Searched refs:n_posted (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c78 eib_chan_post_rx(eib_t *ss, eib_chan_t *chan, uint_t *n_posted) argument
146 if (n_posted)
147 *n_posted = n_good;
H A Deib_data.c353 uint_t n_posted; local
415 n_posted = n_failed = 0;
416 ret = ibt_post_send(chan->ch_chan, wrs, n_wrs, &n_posted);
419 "ibt_post_send(n_wrs=0x%lx, n_posted=0x%lx) "
420 "failed, ret=%d", n_wrs, n_posted, ret);
422 for (i = n_posted; i < n_wrs; i++) {

Completed in 46 milliseconds