Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Dib_verbs.h2259 struct ib_device_ops { struct
2260 struct module *owner;
2261 enum rdma_driver_id driver_id;
2262 u32 uverbs_abi_ver;
2263 unsigned int uverbs_no_driver_id_binding:1;
2265 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
2267 int (*post_recv)(struct ib_qp *qp, const struct ib_recv_wr *recv_wr,
2269 void (*drain_rq)(struct ib_qp *qp);
2270 void (*drain_sq)(struct ib_qp *qp);
2271 int (*poll_cq)(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
[all …]