Home
last modified time | relevance | path

Searched refs:cq_wrap_around_mask (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c69 #define cq_wrap_around_mask (cq->cq_size - 1) macro
539 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 …]