Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dsrq.c41 static void *get_wqe(struct mlx4_ib_srq *srq, int n) in get_wqe()
76 struct mlx4_ib_srq *srq; in mlx4_ib_create_srq()
233 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq()
258 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq()
276 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq()
296 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe()
313 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
Dmlx4_ib.h359 struct mlx4_ib_srq { struct
704 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
706 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
709 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq()
711 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
757 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
758 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
776 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
Dcq.c671 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one()
922 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean()
975 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()