Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dsrq.c13 static void *get_wqe(struct mlx5_ib_srq *srq, int n) in get_wqe()
43 static int create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in create_srq_user()
105 static int create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, in create_srq_kernel()
171 static void destroy_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in destroy_srq_user()
184 static void destroy_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq) in destroy_srq_kernel()
196 struct mlx5_ib_srq *srq = to_msrq(ib_srq); in mlx5_ib_create_srq()
332 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq()
357 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq()
381 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq()
395 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index) in mlx5_ib_free_srq_wqe()
[all …]
H A Dmlx5_ib.h595 struct mlx5_ib_srq {
1283 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq)
1285 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq); in to_msrq()
1303 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq)
1305 return container_of(msrq, struct mlx5_ib_srq, msrq); in to_mibsrq()
1336 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1337 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1338 void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
1369 int mlx5_ib_read_wqe_srq(struct mlx5_ib_srq *srq, int wqe_index, void *buffer,
596 struct mlx5_ib_srq { global() struct
597 ibsrqmlx5_ib_srq global() argument
598 msrqmlx5_ib_srq global() argument
599 bufmlx5_ib_srq global() argument
600 dbmlx5_ib_srq global() argument
601 fbcmlx5_ib_srq global() argument
602 wridmlx5_ib_srq global() argument
605 lockmlx5_ib_srq global() argument
606 headmlx5_ib_srq global() argument
607 tailmlx5_ib_srq global() argument
608 wqe_ctrmlx5_ib_srq global() argument
609 umemmlx5_ib_srq global() argument
612 mutexmlx5_ib_srq global() argument
613 wq_sigmlx5_ib_srq global() argument
H A Dcq.c174 struct mlx5_ib_srq *srq = NULL; in handle_responder()
543 struct mlx5_ib_srq *srq; in mlx5_poll_one()
1094 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean()
1145 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
H A Dodp.c1298 struct mlx5_ib_srq *srq, in mlx5_ib_mr_responder_pfault_handler_srq()
1369 static inline struct mlx5_ib_srq *res_to_srq(struct mlx5_core_rsc_common *res) in res_to_srq()
1426 struct mlx5_ib_srq *srq = res_to_srq(res); in mlx5_ib_mr_wqe_pfault_handler()
H A Dqp.c285 static int mlx5_ib_read_user_wqe_srq(struct mlx5_ib_srq *srq, int wqe_index, in mlx5_ib_read_user_wqe_srq()
302 int mlx5_ib_read_wqe_srq(struct mlx5_ib_srq *srq, int wqe_index, void *buffer, in mlx5_ib_read_wqe_srq()
H A Dmain.c4580 INIT_RDMA_OBJ_SIZE(ib_srq, mlx5_ib_srq, ibsrq),