Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dsrq.c46 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()
240 struct mlx5_ib_srq *srq; in mlx5_ib_create_srq()
348 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq()
373 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq()
397 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq()
412 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index) in mlx5_ib_free_srq_wqe()
[all …]
Dmlx5_ib.h285 struct mlx5_ib_srq { struct
486 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
488 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq); in to_msrq()
496 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
498 return container_of(msrq, struct mlx5_ib_srq, msrq); in to_mibsrq()
524 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
525 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
526 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
Dcq.c174 struct mlx5_ib_srq *srq; in handle_responder()
500 struct mlx5_ib_srq *srq; in mlx5_poll_one()
855 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean()
906 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()