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

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h526 /* State of a reliable connected channel (ibd_rc_chan_t->chan_state) */
652 /* This mutex protects chan_list and ibd_rc_chan_t.next */
1292 } ibd_rc_chan_t; typedef in typeref:struct:ibd_rc_chan_s
1321 int ibd_rc_pas_close(ibd_rc_chan_t *, boolean_t, boolean_t);
1333 ibd_swqe_t *ibd_rc_acquire_swqes(ibd_rc_chan_t *);
1334 void ibd_rc_post_send(ibd_rc_chan_t *, ibd_swqe_t *);
1335 void ibd_rc_drain_scq(ibd_rc_chan_t *, ibt_cq_hdl_t);

Completed in 67 milliseconds