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

/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1739 uint32_t new_indx, check_indx, indx; local
1803 * total CQEs possible there are. Set the 'check_indx' and the
1806 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask;
1809 cqe = &cq->cq_buf[check_indx];
1831 if (check_indx != new_indx) {
1843 check_indx = (check_indx - 1) & wrap_around_mask;
1850 if (check_indx != new_indx) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1654 uint32_t new_indx, check_indx, qpnum; local
1703 * total CQEs possible there are. Set the 'check_indx' and the
1706 check_indx = new_indx = (tail_cons_indx - 1);
1709 cqe = &cq->cq_buf[check_indx & wrap_around_mask];
1730 if (check_indx != new_indx) {
1738 check_indx--; /* move index to next CQE to check */

Completed in 60 milliseconds