Home
last modified time | relevance | path

Searched refs:G_PASS_OPEN_TID (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_listen.c1161 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_accept_req()
1407 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_establish()
/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h562 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h686 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro