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

/freebsd-11-stable/sys/modules/mlx4ib/
H A DMakefile16 mlx4_ib_srq.c \
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c41 static void *get_wqe(struct mlx4_ib_srq *srq, int n)
76 struct mlx4_ib_srq *srq;
237 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
262 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
280 struct mlx4_ib_srq *msrq = to_msrq(srq);
300 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index)
317 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
H A Dmlx4_ib.h339 struct mlx4_ib_srq { struct
694 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq)
696 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq);
699 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq)
701 return container_of(msrq, struct mlx4_ib_srq, msrq);
752 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
753 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
767 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
H A Dmlx4_ib_cq.c662 struct mlx4_ib_srq *srq;
918 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq)
971 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq)

Completed in 77 milliseconds