Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dsrq.c42 static void *get_wqe(struct mlx4_ib_srq *srq, int n) in get_wqe()
79 struct mlx4_ib_srq *srq = to_msrq(ib_srq); in mlx4_ib_create_srq()
228 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq()
253 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq()
271 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq()
293 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe()
310 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
Dmlx4_ib.h373 struct mlx4_ib_srq { struct
723 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
725 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
728 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq()
730 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
772 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
773 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
791 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
Dcq.c663 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one()
915 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean()
968 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
Dmain.c2583 INIT_RDMA_OBJ_SIZE(ib_srq, mlx4_ib_srq, ibsrq),