Home
last modified time | relevance | path

Searched refs:currindx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c107 uint_t currindx, wrindx, numremain; in tavor_post_send() local
183 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in tavor_post_send()
251 if (currindx != 0) { in tavor_post_send()
281 if (currindx != 0) { in tavor_post_send()
391 uint_t currindx, wrindx, numremain; in tavor_post_recv() local
470 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in tavor_post_recv()
533 if (currindx != 0) { in tavor_post_recv()
557 if (currindx != 0) { in tavor_post_recv()
692 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in tavor_post_srq()
744 if (currindx != 0) { in tavor_post_srq()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c790 uint_t currindx, wrindx, numremain; in hermon_post_send() local
896 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in hermon_post_send()
1028 if (currindx != 0) { /* not the first */ in hermon_post_send()