Searched refs:G_TID_TID (Results 1 – 6 of 6) sorted by relevance
78 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); in do_act_establish()151 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in do_act_open_rpl()
1759 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources()
272 unsigned int smtidx = G_TID_TID(tid); in do_smt_write_rpl()
1299 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in t4_hashfilter_ao_rpl()
251 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in ktls_act_open_rpl()
335 #define G_TID_TID(x) (((x) >> S_TID_TID) & M_TID_TID) macro