Searched defs:ib_cm_req_event_param (Results 1 – 2 of 2) sorted by relevance
96 struct ib_cm_req_event_param { struct97 struct ib_cm_id *listen_id;98 uint8_t port;100 struct ibv_sa_path_rec *primary_path;101 struct ibv_sa_path_rec *alternate_path;103 uint64_t remote_ca_guid; /* netork-byte order */104 uint32_t remote_qkey;105 uint32_t remote_qpn;106 enum ibv_qp_type qp_type;108 uint32_t starting_psn;[all …]
113 struct ib_cm_req_event_param { struct114 struct ib_cm_id *listen_id;115 u8 port;117 struct ib_sa_path_rec *primary_path;118 struct ib_sa_path_rec *alternate_path;120 __be64 remote_ca_guid;121 u32 remote_qkey;122 u32 remote_qpn;123 enum ib_qp_type qp_type;125 u32 starting_psn;[all …]