Searched refs:CQE_FLAGS_VALID_MASK (Results 1 – 5 of 5) sorted by relevance
47 #define CQE_FLAGS_VALID_MASK (1 << 31) macro
339 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); in beiscsi_process_mbox_compl()
1819 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()
43 #define CQE_FLAGS_VALID_MASK BIT(31) macro
145 if (flags & CQE_FLAGS_VALID_MASK) { in be_mcc_compl_is_new()