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

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1391 uint32_t new_indx, check_indx, indx; local
1438 * total CQEs possible there are. Set the 'check_indx' and the
1441 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask;
1444 cqe = &cq->cq_addr[check_indx];
1465 if (check_indx != new_indx) {
1477 check_indx = (check_indx - 1) & wrap_around_mask;
1484 if (check_indx != new_indx) {
H A Ddapl_tavor_hw.c1724 uint32_t new_indx, check_indx, indx; local
1772 * total CQEs possible there are. Set the 'check_indx' and the
1775 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask;
1778 cqe = &cq->cq_addr[check_indx];
1799 if (check_indx != new_indx) {
1811 check_indx = (check_indx - 1) & wrap_around_mask;
1818 if (check_indx != new_indx) {
H A Ddapl_hermon_hw.c1446 uint32_t new_indx, check_indx, indx; local
1487 * total CQEs possible there are. Set the 'check_indx' and the
1490 check_indx = new_indx = (tail_cons_indx - 1) & cq_wrap_around_mask;
1493 cqe = &cq->cq_addr[check_indx];
1514 if (check_indx != new_indx) {
1526 check_indx = (check_indx - 1) & cq_wrap_around_mask;
1533 if (check_indx != new_indx) {

Completed in 32 milliseconds