Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c91 int i, j, last_ds, num_ds, status; in hermon_post_send_ud() local
311 for (last_ds = num_ds, j = i; j < nds; j++) { in hermon_post_send_ud()
313 last_ds++; /* real last ds of wqe to fill */ in hermon_post_send_ud()
326 last_ds--; in hermon_post_send_ud()
445 int i, last_ds, num_ds; in hermon_post_send_rc() local
662 for (last_ds = num_ds, i = 0; i < nds; i++) { in hermon_post_send_rc()
664 last_ds++; /* real last ds of wqe to fill */ in hermon_post_send_rc()
681 last_ds--; in hermon_post_send_rc()
1314 int i, j, last_ds, num_ds, status; in hermon_wqe_send_build() local
1641 for (last_ds = num_ds, j = i; j < nds; j++) { in hermon_wqe_send_build()
[all …]