Home
last modified time | relevance | path

Searched refs:G_ETH_HDR_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1165 return (G_ETH_HDR_LEN(hlen) > sizeof(struct ether_vlan_header)); in encapsulated_syn()
1183 l3hdr = ((uintptr_t)eh + G_ETH_HDR_LEN(hlen)); in pass_accept_req_to_protohdrs()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h756 #define G_ETH_HDR_LEN(x) (((x) >> S_ETH_HDR_LEN) & M_ETH_HDR_LEN) macro