Searched defs:ib_device_ops (Results 1 – 1 of 1) sorted by relevance
79711 struct ib_device_ops { struct79712 struct module *owner;79713 enum rdma_driver_id driver_id;79714 u32 uverbs_abi_ver;79715 unsigned int uverbs_no_driver_id_binding: 1;79716 const struct attribute_group *device_group;79717 const struct attribute_group **port_groups;79718 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);79719 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);79720 void (*drain_rq)(struct ib_qp *);[all …]