Searched defs:ibt_ud_chan_query_attr_s (Results 1 – 1 of 1) sorted by relevance
164 typedef struct ibt_ud_chan_query_attr_s { struct165 ib_qpn_t ud_qpn; /* QPN */166 ib_guid_t ud_hca_guid; /* Local HCA GUID */167 ibt_cq_hdl_t ud_scq; /* SendCQ handle. */168 ibt_cq_hdl_t ud_rcq; /* RecvCQ handle. */169 ibt_pd_hdl_t ud_pd; /* PD Handle. */170 uint8_t ud_hca_port_num; /* Local HCA port */171 ibt_cep_state_t ud_state; /* Channel state */172 uint16_t ud_pkey_ix; /* P_Key Index */173 ib_qkey_t ud_qkey; /* Q_Key */[all …]