Searched refs:CQE_FLAGS_VALID_MASK (Results 1 – 5 of 5) sorted by relevance
49 #define CQE_FLAGS_VALID_MASK (1 << 31) macro
295 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); in be_mcc_compl_is_new()
2043 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_isr()
47 #define CQE_FLAGS_VALID_MASK BIT(31) macro
117 if (flags & CQE_FLAGS_VALID_MASK) { in be_mcc_compl_is_new()