Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h115 struct ib_cm_req_event_param { struct
116 struct ib_cm_id *listen_id;
119 u16 bth_pkey;
121 u8 port;
123 struct ib_sa_path_rec *primary_path;
124 struct ib_sa_path_rec *alternate_path;
131 u8 ppath_sgid_index;
133 __be64 remote_ca_guid;
134 u32 remote_qkey;
135 u32 remote_qpn;
[all …]
/freebsd/contrib/ofed/libibcm/
H A Dcm.h102 struct ib_cm_req_event_param { struct
103 struct ib_cm_id *listen_id;
104 uint8_t port;
106 struct ibv_sa_path_rec *primary_path;
107 struct ibv_sa_path_rec *alternate_path;
109 __be64 remote_ca_guid;
110 uint32_t remote_qkey;
111 uint32_t remote_qpn;
112 enum ibv_qp_type qp_type;
114 uint32_t starting_psn;
[all …]