Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_srq.c40 static void *get_wqe(struct mlx5_ib_srq *srq, int n) in get_wqe()
70 static int create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in create_srq_user()
156 static int create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, in create_srq_kernel()
220 static void destroy_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq) in destroy_srq_user()
227 static void destroy_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq) in destroy_srq_kernel()
239 struct mlx5_ib_srq *srq; in mlx5_ib_create_srq()
352 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq()
377 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq()
401 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq()
416 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index) in mlx5_ib_free_srq_wqe()
[all …]
HDmlx5_ib.h460 struct mlx5_ib_srq { struct
741 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
743 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq); in to_msrq()
761 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
763 return container_of(msrq, struct mlx5_ib_srq, msrq); in to_mibsrq()
789 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
790 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
791 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
HDmlx5_ib_cq.c167 struct mlx5_ib_srq *srq; in handle_responder()
604 struct mlx5_ib_srq *srq; in mlx5_poll_one()
1036 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean()
1087 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
/freebsd-11-stable/sys/modules/mlx5ib/
HDMakefile16 mlx5_ib_srq.c \
/freebsd-11-stable/sys/conf/
HDfiles4565 dev/mlx5/mlx5_ib/mlx5_ib_srq.c optional mlx5ib pci ofed \