Home
last modified time | relevance | path

Searched refs:mlx5_ib_qp_set_counter (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.h56 int mlx5_ib_qp_set_counter(struct ib_qp *qp, struct rdma_counter *counter);
H A Dcounters.c563 err = mlx5_ib_qp_set_counter(qp, counter); in mlx5_ib_counter_bind_qp()
580 return mlx5_ib_qp_set_counter(qp, NULL); in mlx5_ib_counter_unbind_qp()
H A Dqp.c5812 int mlx5_ib_qp_set_counter(struct ib_qp *qp, struct rdma_counter *counter) in mlx5_ib_qp_set_counter() function