Searched refs:ib_cm_id (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/ofed/libibcm/include/infiniband/ |
| HD | cm.h | 90 struct ib_cm_id { struct 97 struct ib_cm_id *listen_id; argument 207 struct ib_cm_id *listen_id; 230 struct ib_cm_id *cm_id; 303 struct ib_cm_id **cm_id, void *context); 309 int ib_cm_destroy_id(struct ib_cm_id *cm_id); 325 int ib_cm_attr_id(struct ib_cm_id *cm_id, 342 int ib_cm_listen(struct ib_cm_id *cm_id, 374 int ib_cm_send_req(struct ib_cm_id *cm_id, 399 int ib_cm_send_rep(struct ib_cm_id *cm_id, [all …]
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_cm.h | 111 struct ib_cm_id; 114 struct ib_cm_id *listen_id; 224 struct ib_cm_id *listen_id; 293 typedef int (*ib_cm_handler)(struct ib_cm_id *cm_id, 296 struct ib_cm_id { struct 320 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, argument 330 void ib_destroy_cm_id(struct ib_cm_id *cm_id); 360 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, 391 int ib_send_cm_req(struct ib_cm_id *cm_id, 415 int ib_send_cm_rep(struct ib_cm_id *cm_id, [all …]
|
| /NextBSD/contrib/ofed/libibcm/src/ |
| HD | cm.c | 118 struct ib_cm_id id; 259 struct ib_cm_id **cm_id, void *context) in ib_cm_create_id() 289 int ib_cm_destroy_id(struct ib_cm_id *cm_id) in ib_cm_destroy_id() 318 int ib_cm_attr_id(struct ib_cm_id *cm_id, struct ib_cm_attr_param *param) in ib_cm_attr_id() 345 int ib_cm_init_qp_attr(struct ib_cm_id *cm_id, in ib_cm_init_qp_attr() 374 int ib_cm_listen(struct ib_cm_id *cm_id, in ib_cm_listen() 395 int ib_cm_send_req(struct ib_cm_id *cm_id, struct ib_cm_req_param *param) in ib_cm_send_req() 454 int ib_cm_send_rep(struct ib_cm_id *cm_id, struct ib_cm_rep_param *param) in ib_cm_send_rep() 489 static inline int cm_send_private_data(struct ib_cm_id *cm_id, in cm_send_private_data() 514 int ib_cm_send_rtu(struct ib_cm_id *cm_id, in ib_cm_send_rtu() [all …]
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib.h | 217 struct ib_cm_id; 258 struct ib_cm_id *id; 269 struct ib_cm_id *id; 284 struct ib_cm_id *id;
|
| HD | ipoib_cm.c | 78 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, 230 struct ib_cm_id *cm_id, struct ib_qp *qp, in ipoib_cm_modify_rx_qp() 298 struct ib_cm_id *cm_id, struct ipoib_cm_rx *rx) in ipoib_cm_nonsrq_init_rx() 369 static int ipoib_cm_send_rep(struct ipoib_dev_priv *priv, struct ib_cm_id *cm_id, in ipoib_cm_send_rep() 389 static int ipoib_cm_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in ipoib_cm_req_handler() 449 static int ipoib_cm_rx_handler(struct ib_cm_id *cm_id, in ipoib_cm_rx_handler() 832 static int ipoib_cm_rep_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in ipoib_cm_rep_handler() 927 struct ib_cm_id *id, struct ib_qp *qp, in ipoib_cm_send_req() 965 struct ib_cm_id *cm_id, struct ib_qp *qp) in ipoib_cm_modify_tx_init() 1096 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, in ipoib_cm_tx_handler()
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | cm.c | 216 struct ib_cm_id id; 360 int ib_update_cm_av(struct ib_cm_id *id, const u8 *smac, const u8 *alt_smac) in ib_update_cm_av() 726 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() 866 static void cm_destroy_id(struct ib_cm_id *cm_id, int err) in cm_destroy_id() 952 void ib_destroy_cm_id(struct ib_cm_id *cm_id) in ib_destroy_cm_id() 958 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, in ib_cm_listen() 1136 int ib_send_cm_req(struct ib_cm_id *cm_id, in ib_send_cm_req() 1314 struct ib_cm_id *listen_id) in cm_format_req_event() 1553 struct ib_cm_id *cm_id; in cm_req_handler() 1673 int ib_send_cm_rep(struct ib_cm_id *cm_id, in ib_send_cm_rep() [all …]
|
| HD | ucm.c | 82 struct ib_cm_id *cm_id; 94 struct ib_cm_id *cm_id; 354 static int ib_ucm_event_handler(struct ib_cm_id *cm_id, in ib_ucm_event_handler() 845 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_private_data() 895 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_info()
|
| HD | cma.c | 181 struct ib_cm_id *ib; 1009 struct ib_cm_id *ib; in rdma_destroy_id() 1103 static int cma_ib_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_ib_handler() 1297 static int cma_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_req_handler() 1630 struct ib_cm_id *id; in cma_ib_listen() 2718 static int cma_sidr_rep_handler(struct ib_cm_id *cm_id, in cma_sidr_rep_handler() 2787 struct ib_cm_id *id; in cma_resolve_ib_udp() 2839 struct ib_cm_id *id; in cma_connect_ib()
|