Searched refs:counter_unbind_qp (Results 1 – 4 of 4) sorted by relevance
255 if (!qp->device->ops.counter_unbind_qp) in __rdma_counter_unbind_qp() 259 ret = qp->device->ops.counter_unbind_qp(qp, port); in __rdma_counter_unbind_qp()
2727 SET_DEVICE_OP(dev_ops, counter_unbind_qp); in ib_set_device_ops()
1222 .counter_unbind_qp = mlx5_ib_counter_unbind_qp,1240 .counter_unbind_qp = mlx5_ib_counter_unbind_qp,
2693 * counter_unbind_qp - Unbind the qp from the dynamically-allocated2696 int (*counter_unbind_qp)(struct ib_qp *qp, u32 port); member