Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/node/
H A Dethdev_rx.c55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype() argument
72 uint16_t etype, n_left; in eth_pkt_parse_cb() local
109 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
110 mbuf0->packet_type = l3_ptype(etype, 0); in eth_pkt_parse_cb()
114 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
115 mbuf1->packet_type = l3_ptype(etype, 0); in eth_pkt_parse_cb()
119 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
120 mbuf2->packet_type = l3_ptype(etype, 0); in eth_pkt_parse_cb()
124 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
125 mbuf3->packet_type = l3_ptype(etype, 0); in eth_pkt_parse_cb()
[all …]
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_net.h455 #define NH_IEEE8021Q_HDR(etype, pcp, dei, vlan_id) \ argument
456 ((((uint32_t)(etype & 0xFFFF)) << 16) | \
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h1347 __le16 etype; member
H A Di40e_common.c5858 cmd->etype = CPU_TO_LE16(ethtype); in i40e_aq_add_rem_control_packet_filter()
/dpdk/drivers/common/cnxk/
H A Droc_mbox.h1779 uint16_t __io etype; member