Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h76 typedef struct ibt_rc_chan_query_attr_s { struct
77 ib_guid_t rc_hca_guid; /* Local HCA GUID */
78 ibt_cq_hdl_t rc_scq; /* SendCQ handle */
79 ibt_cq_hdl_t rc_rcq; /* RecvCQ handle */
80 ibt_pd_hdl_t rc_pd; /* PD Handle. */
81 ibt_cep_state_t rc_state; /* Channel state */
82 ib_mtu_t rc_path_mtu;
83 uint8_t rc_path_retry_cnt:3;
84 ibt_rnr_retry_cnt_t rc_path_rnr_retry_cnt;
85 ibt_rnr_nak_time_t rc_min_rnr_nak; /* min RNR-NAK timer */
[all …]