Searched refs:counter_unbind_qp (Results 1 – 4 of 4) sorted by relevance
246 if (!qp->device->ops.counter_unbind_qp) in __rdma_counter_unbind_qp()250 ret = qp->device->ops.counter_unbind_qp(qp); in __rdma_counter_unbind_qp()
2612 SET_DEVICE_OP(dev_ops, counter_unbind_qp); in ib_set_device_ops()
1032 .counter_unbind_qp = mlx5_ib_counter_unbind_qp,1048 .counter_unbind_qp = mlx5_ib_counter_unbind_qp,
2647 int (*counter_unbind_qp)(struct ib_qp *qp); member