Symbol: eth_hdr
usr/src/uts/common/io/qede/qede_dbg.c
70
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_dbg.c
76
if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) {
usr/src/uts/common/io/qede/qede_dbg.c
77
pktinfo->ether_type = ntohs(eth_hdr->ether_type);
usr/src/uts/common/io/qede/qede_dbg.c
79
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/qede/qede_fp.c
850
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_fp.c
856
if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) {
usr/src/uts/common/io/qede/qede_fp.c
857
pktinfo->ether_type = ntohs(eth_hdr->ether_type);
usr/src/uts/common/io/qede/qede_fp.c
859
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/qede/qede_fp.c
910
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_fp.c
930
if (ntohs(eth_hdr->ether_type) == ETHERTYPE_IP) {
usr/src/uts/common/io/qede/qede_fp.c
931
pktinfo->ether_type = ntohs(eth_hdr->ether_type);
usr/src/uts/common/io/qede/qede_fp.c
933
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
957
__hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
978
xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1046
__hal_get_lro_session (u8 *eth_hdr,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1137
__hal_open_lro_session (eth_hdr, ip, tcp, lro_end3,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1183
__hal_open_lro_session (eth_hdr, ip, tcp, lro, hldev, ring_lro, free_slot,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1311
xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1321
if (XGE_HAL_OK != __hal_lro_capable(eth_hdr, &ip, (tcplro_t **)tcp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1329
ret = __hal_get_lro_session(eth_hdr, ip, (tcplro_t *)*tcp,