Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c1197 pi = sc->port[G_SYN_INTF(be16toh(cpl->l2info))]; in do_pass_accept_req()
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h673 #define G_SYN_INTF(x) (((x) >> S_SYN_INTF) & M_SYN_INTF) macro