Searched refs:mlx5_ib_rwq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 299 struct mlx5_ib_rwq { struct 1063 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() 1065 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq() 1083 static inline struct mlx5_ib_rwq *to_mrwq(struct ib_wq *ibwq) in to_mrwq() 1085 return container_of(ibwq, struct mlx5_ib_rwq, ibwq); in to_mrwq()
|
H A D | qp.c | 815 struct mlx5_ib_rwq *rwq, struct ib_udata *udata) in destroy_user_rq() 831 struct ib_udata *udata, struct mlx5_ib_rwq *rwq, in create_user_rq() 4826 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() 4867 static int create_rq(struct mlx5_ib_rwq *rwq, struct ib_pd *pd, in create_rq() 4979 struct mlx5_ib_rwq *rwq) in set_user_rq_size() 5014 struct mlx5_ib_rwq *rwq) in prepare_user_rq() 5098 struct mlx5_ib_rwq *rwq; in mlx5_ib_create_wq() 5159 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_destroy_wq() 5254 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_modify_wq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 390 struct mlx5_ib_rwq { struct 1202 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() 1204 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq() 1222 static inline struct mlx5_ib_rwq *to_mrwq(struct ib_wq *ibwq) in to_mrwq() 1224 return container_of(ibwq, struct mlx5_ib_rwq, ibwq); in to_mrwq()
|
H A D | qp.c | 865 struct mlx5_ib_rwq *rwq, struct ib_udata *udata) in destroy_user_rq() 881 struct ib_udata *udata, struct mlx5_ib_rwq *rwq, in create_user_rq() 5153 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() 5194 static int create_rq(struct mlx5_ib_rwq *rwq, struct ib_pd *pd, in create_rq() 5312 struct mlx5_ib_rwq *rwq) in set_user_rq_size() 5347 struct mlx5_ib_rwq *rwq) in prepare_user_rq() 5431 struct mlx5_ib_rwq *rwq; in mlx5_ib_create_wq() 5492 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_destroy_wq() 5587 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_modify_wq()
|
Completed in 20 milliseconds