Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h319 typedef struct ibt_qp_info_s { struct
320 uint_t qp_sq_sz; /* SQ WQEs */
321 uint_t qp_rq_sz; /* RQ WQEs */
322 ibt_cep_state_t qp_state; /* QP state */
323 ibt_cep_state_t qp_current_state; /* current state for */
325 ibt_cep_flags_t qp_flags; /* QP flags */
326 ibt_tran_srv_t qp_trans; /* transport service type */
327 union { /* transport specific */
332 } qp_transport;