Searched refs:mlx4_ib_srq (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/hw/mlx4/ |
D | srq.c | 42 static void *get_wqe(struct mlx4_ib_srq *srq, int n) in get_wqe() 79 struct mlx4_ib_srq *srq = to_msrq(ib_srq); in mlx4_ib_create_srq() 222 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq() 247 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq() 265 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq() 286 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe() 303 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
|
D | mlx4_ib.h | 354 struct mlx4_ib_srq { struct 701 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() 703 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq() 706 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq) in to_mibsrq() 708 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq() 751 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq); 752 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);
|
D | cq.c | 668 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one() 919 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean() 972 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
|
D | main.c | 2571 INIT_RDMA_OBJ_SIZE(ib_srq, mlx4_ib_srq, ibsrq),
|