Lines Matching defs:ops
301 /* iopib will use the device ops:
2302 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2306 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2704 struct ib_device_ops ops;
2792 if (is_numa_aware && dev->ops.get_numa_node)
2793 return kzalloc_node(size, gfp, dev->ops.get_numa_node(dev));
2926 const struct ib_device_ops *ops);
3385 device->ops.add_gid && device->ops.del_gid;
3662 if (!pd->device->ops.create_srq)
3726 return srq->device->ops.post_srq_recv(srq, recv_wr,
3848 return qp->device->ops.post_send(qp, send_wr, bad_send_wr ? : &dummy);
3865 return qp->device->ops.post_recv(qp, recv_wr, bad_recv_wr ? : &dummy);
3976 return cq->device->ops.poll_cq(cq, num_entries, wc);
4009 return cq->device->ops.req_notify_cq(cq, flags);
4699 !device->ops.get_vector_affinity)
4702 return device->ops.get_vector_affinity(device, comp_vector);
4764 * ops->device_group.