Home
last modified time | relevance | path

Searched refs:mlx5_ib_rwq (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h367 struct mlx5_ib_rwq { struct
1158 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
1160 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq()
1178 static inline struct mlx5_ib_rwq *to_mrwq(struct ib_wq *ibwq) in to_mrwq()
1180 return container_of(ibwq, struct mlx5_ib_rwq, ibwq); in to_mrwq()
Dqp.c784 struct mlx5_ib_rwq *rwq, struct ib_udata *udata) in destroy_user_rq()
800 struct ib_udata *udata, struct mlx5_ib_rwq *rwq, in create_user_rq()
5016 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event()
5057 static int create_rq(struct mlx5_ib_rwq *rwq, struct ib_pd *pd, in create_rq()
5175 struct mlx5_ib_rwq *rwq) in set_user_rq_size()
5210 struct mlx5_ib_rwq *rwq) in prepare_user_rq()
5294 struct mlx5_ib_rwq *rwq; in mlx5_ib_create_wq()
5355 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_destroy_wq()
5450 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_modify_wq()