Home
last modified time | relevance | path

Searched refs:ipi_etype (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/e1000/
H A Digb_txrx.c94 switch(pi->ipi_etype) { in igb_tso_setup()
105 __func__, ntohs(pi->ipi_etype)); in igb_tso_setup()
184 switch(pi->ipi_etype) { in igb_tx_ctx_setup()
H A Dem_txrx.c160 switch(pi->ipi_etype) { in em_tso_setup()
209 if (pi->ipi_etype == ETHERTYPE_IP) in em_tso_setup()
/freebsd/sys/dev/igc/
H A Digc_txrx.c134 switch(pi->ipi_etype) { in igc_tso_setup()
145 __func__, ntohs(pi->ipi_etype)); in igc_tso_setup()
220 switch(pi->ipi_etype) { in igc_tx_ctx_setup()
/freebsd/sys/dev/ice/
H A Dice_common_txrx.h196 switch (pi->ipi_etype) { in ice_tx_setup_offload()
/freebsd/sys/net/
H A Diflib.h123 uint16_t ipi_etype; /* ether header type */ member
H A Diflib.c3195 pi->ipi_etype, pi->ipi_ehdrlen, pi->ipi_ip_hlen, pi->ipi_ipproto); in print_pkt()
3227 pi->ipi_etype = ntohs(eh->evl_proto); in iflib_parse_ether_header()
3230 pi->ipi_etype = ntohs(eh->evl_encap_proto); in iflib_parse_ether_header()
3269 switch (pi->ipi_etype) { in iflib_parse_header_partial()
3371 switch (pi->ipi_etype) { in iflib_parse_header()
/freebsd/sys/dev/iavf/
H A Diavf_txrx_iflib.c198 switch (pi->ipi_etype) { in iavf_tx_setup_offload()
/freebsd/sys/dev/ixl/
H A Dixl_txrx.c224 switch (pi->ipi_etype) { in ixl_tx_setup_offload()
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c69 pi->ipi_etype, pi->ipi_ehdrlen, pi->ipi_ip_hlen, pi->ipi_ipproto); in xgbe_print_pkt_info()