Searched refs:G_PASS_OPEN_TID (Results 1 – 5 of 5) sorted by relevance
491 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()
1653 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish()
1218 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()
561 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro
613 #define G_PASS_OPEN_TID(x) (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID) macro