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

/osnet-11/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;
562 cons_indx = (cons_indx + 1) & cq_wrap_around_mask;
625 cons_indx = cq->cq_consindx & cq_wrap_around_mask;
645 cons_indx = cq->cq_consindx & cq_wrap_around_mask;
656 cons_indx = (cons_indx + 1) & cq_wrap_around_mask;
716 cons_indx = cq->cq_consindx & cq_wrap_around_mask;
1479 tail_cons_indx = (tail_cons_indx + 1) & cq_wrap_around_mask;
1490 check_indx = new_indx = (tail_cons_indx - 1) & cq_wrap_around_mask;
1523 new_indx = (new_indx - 1) & cq_wrap_around_mask;
[all...]

Completed in 17 milliseconds