Searched refs:cq_wrap_around_mask (Results 1 – 1 of 1) sorted by relevance
69 #define cq_wrap_around_mask (cq->cq_size - 1) macro539 cons_indx = cq->cq_consindx & cq_wrap_around_mask; in dapli_hermon_cq_peek()562 cons_indx = (cons_indx + 1) & cq_wrap_around_mask; in dapli_hermon_cq_peek()625 cons_indx = cq->cq_consindx & cq_wrap_around_mask; in dapli_hermon_cq_poll()645 cons_indx = cq->cq_consindx & cq_wrap_around_mask; in dapli_hermon_cq_poll()656 cons_indx = (cons_indx + 1) & cq_wrap_around_mask; in dapli_hermon_cq_poll()716 cons_indx = cq->cq_consindx & cq_wrap_around_mask; in dapli_hermon_cq_poll_one()1479 tail_cons_indx = (tail_cons_indx + 1) & cq_wrap_around_mask; in dapli_hermon_cq_srq_entries_flush()1490 check_indx = new_indx = (tail_cons_indx - 1) & cq_wrap_around_mask; in dapli_hermon_cq_srq_entries_flush()1523 new_indx = (new_indx - 1) & cq_wrap_around_mask; in dapli_hermon_cq_srq_entries_flush()[all …]