Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_listen.c1182 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_accept_req()
1459 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_establish()
/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h560 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_msg.h684 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro