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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1393 int outstanding_cqes, removed_cqes; local
1418 * entry is owned by software then we increment an 'outstanding_cqes'
1423 outstanding_cqes = 0;
1427 outstanding_cqes++;
1443 for (i = 0; i < outstanding_cqes; i++) {
H A Ddapl_tavor_hw.c1727 int outstanding_cqes, removed_cqes; local
1752 * entry is owned by software then we increment an 'outstanding_cqes'
1757 outstanding_cqes = 0;
1761 outstanding_cqes++;
1777 for (i = 0; i < outstanding_cqes; i++) {
H A Ddapl_hermon_hw.c1448 int outstanding_cqes, removed_cqes; local
1467 * entry is owned by software then we increment an 'outstanding_cqes'
1472 outstanding_cqes = 0;
1476 outstanding_cqes++;
1492 for (i = 0; i < outstanding_cqes; i++) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1656 int outstanding_cqes; local
1683 * entry is owned by software then we increment an 'outstanding_cqes'
1688 outstanding_cqes = 0;
1692 outstanding_cqes++;
1708 while (--outstanding_cqes >= 0) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1742 int outstanding_cqes, removed_cqes; local
1780 * entry is owned by software then we increment an 'outstanding_cqes'
1785 outstanding_cqes = 0;
1789 outstanding_cqes++;
1808 for (i = 0; i < outstanding_cqes; i++) {

Completed in 73 milliseconds