Searched refs:counter_unbind_qp (Results 1 – 4 of 4) sorted by relevance
188 if (!qp->device->ops.counter_unbind_qp) in __rdma_counter_unbind_qp()192 ret = qp->device->ops.counter_unbind_qp(qp); in __rdma_counter_unbind_qp()
2575 SET_DEVICE_OP(dev_ops, counter_unbind_qp); in ib_set_device_ops()
2550 int (*counter_unbind_qp)(struct ib_qp *qp); member
6574 .counter_unbind_qp = mlx5_ib_counter_unbind_qp,