Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1163 return (G_T6_ETH_HDR_LEN(hlen) > sizeof(struct ether_vlan_header)); in encapsulated_syn()
1180 l3hdr = ((uintptr_t)eh + G_T6_ETH_HDR_LEN(hlen)); in pass_accept_req_to_protohdrs()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h761 #define G_T6_ETH_HDR_LEN(x) (((x) >> S_T6_ETH_HDR_LEN) & M_T6_ETH_HDR_LEN) macro