Home
last modified time | relevance | path

Searched defs:ibd_rc_chan_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1222 typedef struct ibd_rc_chan_s { struct
1223 struct ibd_rc_chan_s *next; argument
1228 ibd_rc_chan_state_t chan_state; argument
1230 ibd_list_t tx_wqe_list; /* free wqe list */
1231 ibd_list_t tx_rel_list; /* for swqe recycle */
1233 ibd_swqe_t *tx_wqes;
1236 uint8_t *tx_mr_bufs;
1237 ibt_mr_hdl_t tx_mr_hdl;
1238 ibt_mr_desc_t tx_mr_desc;
1240 ibt_cq_hdl_t scq_hdl; /* Tx completion queue */
[all …]