Searched defs:ibd_rc_post_rwqe (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c107 static int ibd_rc_post_rwqe(ibd_rc_chan_t *, ibd_rwqe_t *);
1254 ibd_rc_post_rwqe(ibd_rc_chan_t *chan, ibd_rwqe_t *rwqe) function
1265 DPRINT(40, "ibd_rc_post_rwqe : failed in ibt_post_recv()");
1390 (void) ibd_rc_post_rwqe(chan, rwqe);
1522 if (ibd_rc_post_rwqe(chan, rwqe) ==
1538 if (ibd_rc_post_rwqe(chan, rwqe) == DDI_FAILURE) {
1667 if (ibd_rc_post_rwqe(chan, rwqe) == DDI_FAILURE) {

Completed in 61 milliseconds