Searched refs:new_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
1439 * 'new_indx' to the last entry identified by 'tail_cons_indx'
1441 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask;
1465 if (check_indx != new_indx) {
1466 next_cqe = &cq->cq_addr[new_indx];
1474 new_indx = (new_indx - 1) & wrap_around_mask;
1484 if (check_indx != new_indx) {
1489 * index specified by 'new_indx'. This 'new_indx' wil
[all...]
H A Ddapl_tavor_hw.c1724 uint32_t new_indx, check_indx, indx; local
1773 * 'new_indx' to the last entry identified by 'tail_cons_indx'
1775 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask;
1799 if (check_indx != new_indx) {
1800 next_cqe = &cq->cq_addr[new_indx];
1808 new_indx = (new_indx - 1) & wrap_around_mask;
1818 if (check_indx != new_indx) {
1823 * index specified by 'new_indx'. This 'new_indx' wil
[all...]
H A Ddapl_hermon_hw.c1446 uint32_t new_indx, check_indx, indx; local
1488 * 'new_indx' to the last entry identified by 'tail_cons_indx'
1490 check_indx = new_indx = (tail_cons_indx - 1) & cq_wrap_around_mask;
1514 if (check_indx != new_indx) {
1515 next_cqe = &cq->cq_addr[new_indx];
1523 new_indx = (new_indx - 1) & cq_wrap_around_mask;
1533 if (check_indx != new_indx) {
1538 * index specified by 'new_indx'. This 'new_indx' wil
[all...]

Completed in 45 milliseconds