Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx4/
H A 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()
H A Dmlx4_ib.h374 struct mlx4_ib_srq { struct
725 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
727 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
730 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq()
732 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
774 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
775 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
793 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
H A Dcq.c664 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one()
916 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean()
969 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
H A Dmain.c2577 INIT_RDMA_OBJ_SIZE(ib_srq, mlx4_ib_srq, ibsrq),