Home
last modified time | relevance | path

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

/linux-4.1.27/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()
232 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq()
257 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq()
275 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq()
295 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe()
312 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
Dmlx4_ib.h311 struct mlx4_ib_srq { struct
623 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
625 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
628 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq()
630 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
677 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
678 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
691 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
Dcq.c654 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one()
925 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean()
978 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()