Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_srq.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()
237 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq()
262 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq()
280 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq()
300 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe()
317 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
HDmlx4_ib.h339 struct mlx4_ib_srq { struct
694 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
696 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
699 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq()
701 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
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);
HDmlx4_ib_cq.c662 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one()
918 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean()
971 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
/freebsd-11-stable/sys/modules/mlx4ib/
HDMakefile16 mlx4_ib_srq.c \
/freebsd-11-stable/sys/conf/
HDfiles4484 dev/mlx4/mlx4_ib/mlx4_ib_srq.c optional mlx4ib pci ofed \