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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c103 static int ibd_rc_post_srq(ibd_state_t *, ibd_rwqe_t *);
1074 (void) ibd_rc_post_srq(state, rwqe);
1146 if (ibd_rc_post_srq(state, rwqe) == DDI_FAILURE) {
1219 if (ibd_rc_post_srq(state, rwqe) == DDI_FAILURE) {
1220 ibd_print_warn(state, "ibd_rc_srq_freemsg_cb: ibd_rc_post_srq"
1231 ibd_rc_post_srq(ibd_state_t *state, ibd_rwqe_t *rwqe) function
1243 DPRINT(40, "ibd_rc_post_srq : ibt_post_srq() failed");
1517 if (ibd_rc_post_srq(state, rwqe) ==
1534 if (ibd_rc_post_srq(state, rwqe) == DDI_FAILURE) {

Completed in 65 milliseconds