Searched refs:mlx5_ib_srq (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | srq.c | 45 static void *get_wqe(struct mlx5_ib_srq *srq, int n) in get_wqe() 75 static int create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in create_srq_user() 162 static int create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, in create_srq_kernel() 224 static void destroy_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq) in destroy_srq_user() 231 static void destroy_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq) in destroy_srq_kernel() 243 struct mlx5_ib_srq *srq; in mlx5_ib_create_srq() 371 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq() 396 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq() 420 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq() 435 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index) in mlx5_ib_free_srq_wqe() [all …]
|
D | mlx5_ib.h | 516 struct mlx5_ib_srq { struct 951 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() 953 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq); in to_msrq() 971 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq() 973 return container_of(msrq, struct mlx5_ib_srq, msrq); in to_mibsrq() 1000 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1001 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1002 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
|
D | cq.c | 169 struct mlx5_ib_srq *srq; in handle_responder() 600 struct mlx5_ib_srq *srq; in mlx5_poll_one() 1119 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean() 1170 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
|