Searched refs:G_PASS_OPEN_TID (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c480 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
689 int stid = G_PASS_OPEN_TID(ntohl(cpl->tos_tid));
H A Dcxgb_cpl_io.c1651 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1240 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid));
1491 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid));
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h561 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h684 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro

Completed in 114 milliseconds