Searched refs:eth_hdr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_dbg.c | 70 struct ether_header *eth_hdr = in qede_dbg_ipv6_ext_hdr() local 76 if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) { in qede_dbg_ipv6_ext_hdr() 77 pktinfo->ether_type = ntohs(eth_hdr->ether_type); in qede_dbg_ipv6_ext_hdr() 79 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_dbg_ipv6_ext_hdr()
|
H A D | qede_fp.c | 859 struct ether_header *eth_hdr = in qede_pkt_parse_lso_headers() local 865 if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) { in qede_pkt_parse_lso_headers() 866 pktinfo->ether_type = ntohs(eth_hdr->ether_type); in qede_pkt_parse_lso_headers() 868 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_pkt_parse_lso_headers() 919 struct ether_header *eth_hdr = in qede_get_pkt_info() local 939 if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) { in qede_get_pkt_info() 940 pktinfo->ether_type = ntohs(eth_hdr->ether_type); in qede_get_pkt_info() 942 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_get_pkt_info()
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device-fp.c | 1046 __hal_get_lro_session (u8 *eth_hdr, in __hal_get_lro_session() argument 1137 __hal_open_lro_session (eth_hdr, ip, tcp, lro_end3, in __hal_get_lro_session() 1183 __hal_open_lro_session (eth_hdr, ip, tcp, lro, hldev, ring_lro, free_slot, in __hal_get_lro_session() 1311 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp, in xge_hal_lro_process_rx() argument 1321 if (XGE_HAL_OK != __hal_lro_capable(eth_hdr, &ip, (tcplro_t **)tcp, in xge_hal_lro_process_rx() 1329 ret = __hal_get_lro_session(eth_hdr, ip, (tcplro_t *)*tcp, in xge_hal_lro_process_rx()
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 957 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro, 978 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | eepro100.c | 389 struct eth_hdr { in eepro100_transmit() struct
|
H A D | 3c90x.c | 478 struct eth_hdr in a3c90x_transmit() struct
|
H A D | e1000.c | 3468 struct eth_hdr { struct
|