Searched refs:eib_chan_post_rx (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_chan.c | 78 eib_chan_post_rx(eib_t *ss, eib_chan_t *chan, uint_t *n_posted) in eib_chan_post_rx() function
|
H A D | eib_adm.c | 102 if (eib_chan_post_rx(ss, chan, NULL) != EIB_E_SUCCESS) { in eib_adm_setup_qp()
|
H A D | eib_svc.c | 359 if (eib_chan_post_rx(ss, chan, NULL) != EIB_E_SUCCESS) { in eib_refill_rwqes()
|
H A D | eib_vnic.c | 1315 if (eib_chan_post_rx(ss, vnic->vn_ctl_chan, NULL) != EIB_E_SUCCESS) { in eib_vnic_create_common() 1329 if (eib_chan_post_rx(ss, vnic->vn_data_chan, NULL) != EIB_E_SUCCESS) { in eib_vnic_create_common()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib_impl.h | 900 extern int eib_chan_post_rx(eib_t *, eib_chan_t *, uint_t *);
|