Searched refs:G_AOPEN_STATUS (Results 1 – 4 of 4) sorted by relevance
152 u_int status = G_AOPEN_STATUS(be32toh(cpl->atid_status)); in do_act_open_rpl()
252 u_int status = G_AOPEN_STATUS(be32toh(cpl->atid_status)); in ktls_act_open_rpl()
1300 u_int status = G_AOPEN_STATUS(be32toh(cpl->atid_status)); in t4_hashfilter_ao_rpl()
902 #define G_AOPEN_STATUS(x) (((x) >> S_AOPEN_STATUS) & M_AOPEN_STATUS) macro