Home
last modified time | relevance | path

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

/linux-4.19.296/include/rdma/
Diw_cm.h108 struct iw_cm_verbs { struct
109 void (*add_ref)(struct ib_qp *qp);
111 void (*rem_ref)(struct ib_qp *qp);
113 struct ib_qp * (*get_qp)(struct ib_device *device,
116 int (*connect)(struct iw_cm_id *cm_id,
119 int (*accept)(struct iw_cm_id *cm_id,
122 int (*reject)(struct iw_cm_id *cm_id,
125 int (*create_listen)(struct iw_cm_id *cm_id,
128 int (*destroy_listen)(struct iw_cm_id *cm_id);
129 char ifname[IFNAMSIZ];