Searched refs:eib_chan_post_rx (Results 1 - 5 of 5) 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) function
104 * When eib_chan_post_rx() is called to post a bunch of rwqes,
H A Deib_adm.c102 if (eib_chan_post_rx(ss, chan, NULL) != EIB_E_SUCCESS) {
104 "eib_chan_post_rx() failed");
H A Deib_svc.c359 if (eib_chan_post_rx(ss, chan, NULL) != EIB_E_SUCCESS) {
361 "eib_refill_rwqes: eib_chan_post_rx() failed");
H A Deib_vnic.c1315 if (eib_chan_post_rx(ss, vnic->vn_ctl_chan, NULL) != EIB_E_SUCCESS) {
1318 "eib_chan_post_rx(vn_id=0x%x, CTL_QP) failed, ret=%d",
1329 if (eib_chan_post_rx(ss, vnic->vn_data_chan, NULL) != EIB_E_SUCCESS) {
1332 "eib_chan_post_rx(vn_id=0x%x, DATA_QP) failed, ret=%d",
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h900 extern int eib_chan_post_rx(eib_t *, eib_chan_t *, uint_t *);

Completed in 55 milliseconds