Home
last modified time | relevance | path

Searched refs:ib_cm_id (Results 1 – 1 of 1) sorted by relevance

/include/rdma/
Dib_cm.h111 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 …]