Searched refs:vh (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net.c | 253 vh = rte_pktmbuf_read(m, off, sizeof(*vh), &vh_copy); in rte_net_get_ptype() 256 off += sizeof(*vh); in rte_net_get_ptype() 258 proto = vh->eth_proto; in rte_net_get_ptype() 264 vh = rte_pktmbuf_read(m, off + sizeof(*vh), sizeof(*vh), in rte_net_get_ptype() 268 off += 2 * sizeof(*vh); in rte_net_get_ptype() 270 proto = vh->eth_proto; in rte_net_get_ptype() 403 vh = rte_pktmbuf_read(m, off, sizeof(*vh), &vh_copy); in rte_net_get_ptype() 406 off += sizeof(*vh); in rte_net_get_ptype() 408 proto = vh->eth_proto; in rte_net_get_ptype() 415 vh = rte_pktmbuf_read(m, off + sizeof(*vh), sizeof(*vh), in rte_net_get_ptype() [all …]
|
| H A D | rte_ether.h | 319 struct rte_vlan_hdr *vh; in rte_vlan_strip() local 324 vh = (struct rte_vlan_hdr *)(eh + 1); in rte_vlan_strip() 326 m->vlan_tci = rte_be_to_cpu_16(vh->vlan_tci); in rte_vlan_strip() 350 struct rte_vlan_hdr *vh; in rte_vlan_insert() local 369 vh = (struct rte_vlan_hdr *) (nh + 1); in rte_vlan_insert() 370 vh->vlan_tci = rte_cpu_to_be_16((*m)->vlan_tci); in rte_vlan_insert()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_checksum.c | 574 struct ng_checksum_vlan_header *vh; in ng_checksum_rcvdata() local 597 vh = (struct ng_checksum_vlan_header *) mtodo(m, in ng_checksum_rcvdata() 599 etype = ntohs(vh->etype); in ng_checksum_rcvdata()
|
| H A D | ng_patch.c | 587 struct ng_patch_vlan_header *vh; in ng_patch_rcvdata() local 604 vh = (struct ng_patch_vlan_header *) mtodo(m, in ng_patch_rcvdata() 606 etype = ntohs(vh->etype); in ng_patch_rcvdata()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 1012 struct rte_vlan_hdr *vh = (struct rte_vlan_hdr *) (nh + 1); in virtio_tx_route() local 1015 (vh->vlan_tci != vlan_tag_be)) in virtio_tx_route() 1016 vh->vlan_tci = vlan_tag_be; in virtio_tx_route()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 3240 struct rte_vlan_hdr *vh; in hns3_vld_vlan_chk() local 3268 vh = (struct rte_vlan_hdr *)(eh + 1); in hns3_vld_vlan_chk() 3269 if (vh->eth_proto == rte_cpu_to_be_16(RTE_ETHER_TYPE_VLAN)) in hns3_vld_vlan_chk()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 2208 struct rte_vlan_hdr *vh = in bnx2x_tx_encap() local 2214 rte_cpu_to_le_16(ntohs(vh->vlan_tci)); in bnx2x_tx_encap()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1432 generated during control method execution. A new option was added: -vh
|