Searched refs:etype (Results 1 – 5 of 5) sorted by relevance
55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype() argument72 uint16_t etype, n_left; in eth_pkt_parse_cb() local109 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 …]
455 #define NH_IEEE8021Q_HDR(etype, pcp, dei, vlan_id) \ argument456 ((((uint32_t)(etype & 0xFFFF)) << 16) | \
1347 __le16 etype; member
5858 cmd->etype = CPU_TO_LE16(ethtype); in i40e_aq_add_rem_control_packet_filter()
1779 uint16_t __io etype; member