Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c491 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_pass_accept_req()
706 int stid = G_PASS_OPEN_TID(ntohl(cpl->tos_tid)); in do_pass_establish()
HDcxgb_cpl_io.c1653 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish()
/trueos/sys/dev/cxgbe/tom/
HDt4_listen.c1218 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_accept_req()
1493 unsigned int stid = G_PASS_OPEN_TID(be32toh(cpl->tos_stid)); in do_pass_establish()
/trueos/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h561 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro
/trueos/sys/dev/cxgbe/common/
HDt4_msg.h613 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro