Searched defs:ib_device_ops (Results 1 – 2 of 2) sorted by relevance
141181 struct ib_device_ops { struct141182 struct module *owner;141183 enum rdma_driver_id driver_id;141184 u32 uverbs_abi_ver;141185 unsigned int uverbs_no_driver_id_binding: 1;141186 const struct attribute_group *device_group;141187 const struct attribute_group **port_groups;141188 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);141189 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);141190 void (*drain_rq)(struct ib_qp *);[all …]
148831 struct ib_device_ops { struct148832 struct module *owner;148833 enum rdma_driver_id driver_id;148834 u32 uverbs_abi_ver;148835 unsigned int uverbs_no_driver_id_binding: 1;148836 const struct attribute_group *device_group;148837 const struct attribute_group **port_groups;148838 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);148839 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);148840 void (*drain_rq)(struct ib_qp *);[all …]