Searched refs:check_indx (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_arbel_hw.c | 1391 uint32_t new_indx, check_indx, indx; in dapli_arbel_cq_srq_entries_flush() local 1441 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask; in dapli_arbel_cq_srq_entries_flush() 1444 cqe = &cq->cq_addr[check_indx]; in dapli_arbel_cq_srq_entries_flush() 1465 if (check_indx != new_indx) { in dapli_arbel_cq_srq_entries_flush() 1477 check_indx = (check_indx - 1) & wrap_around_mask; in dapli_arbel_cq_srq_entries_flush() 1484 if (check_indx != new_indx) { in dapli_arbel_cq_srq_entries_flush()
|
H A D | dapl_hermon_hw.c | 1446 uint32_t new_indx, check_indx, indx; in dapli_hermon_cq_srq_entries_flush() local 1490 check_indx = new_indx = (tail_cons_indx - 1) & cq_wrap_around_mask; in dapli_hermon_cq_srq_entries_flush() 1493 cqe = &cq->cq_addr[check_indx]; in dapli_hermon_cq_srq_entries_flush() 1514 if (check_indx != new_indx) { in dapli_hermon_cq_srq_entries_flush() 1526 check_indx = (check_indx - 1) & cq_wrap_around_mask; in dapli_hermon_cq_srq_entries_flush() 1533 if (check_indx != new_indx) { in dapli_hermon_cq_srq_entries_flush()
|
H A D | dapl_tavor_hw.c | 1724 uint32_t new_indx, check_indx, indx; in dapli_tavor_cq_srq_entries_flush() local 1775 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask; in dapli_tavor_cq_srq_entries_flush() 1778 cqe = &cq->cq_addr[check_indx]; in dapli_tavor_cq_srq_entries_flush() 1799 if (check_indx != new_indx) { in dapli_tavor_cq_srq_entries_flush() 1811 check_indx = (check_indx - 1) & wrap_around_mask; in dapli_tavor_cq_srq_entries_flush() 1818 if (check_indx != new_indx) { in dapli_tavor_cq_srq_entries_flush()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 1605 uint32_t new_indx, check_indx, indx; in tavor_cq_srq_entries_flush() local 1672 check_indx = new_indx = (tail_cons_indx - 1) & wrap_around_mask; in tavor_cq_srq_entries_flush() 1675 cqe = &cq->cq_buf[check_indx]; in tavor_cq_srq_entries_flush() 1697 if (check_indx != new_indx) { in tavor_cq_srq_entries_flush() 1709 check_indx = (check_indx - 1) & wrap_around_mask; in tavor_cq_srq_entries_flush() 1716 if (check_indx != new_indx) { in tavor_cq_srq_entries_flush()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1654 uint32_t new_indx, check_indx, qpnum; in hermon_cq_entries_flush() local 1706 check_indx = new_indx = (tail_cons_indx - 1); in hermon_cq_entries_flush() 1709 cqe = &cq->cq_buf[check_indx & wrap_around_mask]; in hermon_cq_entries_flush() 1730 if (check_indx != new_indx) { in hermon_cq_entries_flush() 1738 check_indx--; /* move index to next CQE to check */ in hermon_cq_entries_flush()
|