Searched defs:ib_device_ops (Results 1 – 1 of 1) sorted by relevance
2336 struct ib_device_ops { struct2337 struct module *owner;2338 enum rdma_driver_id driver_id;2339 u32 uverbs_abi_ver;2340 unsigned int uverbs_no_driver_id_binding:1;2347 const struct attribute_group *device_group;2348 const struct attribute_group **port_groups;2350 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,2352 int (*post_recv)(struct ib_qp *qp, const struct ib_recv_wr *recv_wr,2354 void (*drain_rq)(struct ib_qp *qp);[all …]