Searched refs:counter_bind_qp (Results 1 – 4 of 4) sorted by relevance
172 if (!qp->device->ops.counter_bind_qp) in __rdma_counter_bind_qp()176 ret = qp->device->ops.counter_bind_qp(counter, qp); in __rdma_counter_bind_qp()
2567 SET_DEVICE_OP(dev_ops, counter_bind_qp); in ib_set_device_ops()
678 .counter_bind_qp = mlx5_ib_counter_bind_qp,
2575 int (*counter_bind_qp)(struct rdma_counter *counter, struct ib_qp *qp); member