Searched refs:mlx5_ib_srq (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | srq.c | 46 static void *get_wqe(struct mlx5_ib_srq *srq, int n) in get_wqe() 76 static int create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in create_srq_user() 152 static int create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, in create_srq_kernel() 220 static void destroy_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq) in destroy_srq_user() 227 static void destroy_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq) in destroy_srq_kernel() 239 struct mlx5_ib_srq *srq; in mlx5_ib_create_srq() 347 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq() 372 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq() 396 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq() 411 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 | 289 struct mlx5_ib_srq { struct 471 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() 473 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq); in to_msrq() 481 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq() 483 return container_of(msrq, struct mlx5_ib_srq, msrq); in to_mibsrq() 504 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 505 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 506 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
|
D | cq.c | 175 struct mlx5_ib_srq *srq; in handle_responder() 508 struct mlx5_ib_srq *srq; in mlx5_poll_one() 868 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean() 919 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
|