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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h143 struct mlx4_ib_srq { struct
230 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq)
232 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq);
235 static inline struct mlx4_ib_srq *to_mibsrq(struct mlx4_srq *msrq)
237 return container_of(msrq, struct mlx4_ib_srq, msrq);
270 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
271 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
284 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index);
H A Dsrq.c41 static void *get_wqe(struct mlx4_ib_srq *srq, int n)
76 struct mlx4_ib_srq *srq;
223 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
248 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
266 struct mlx4_ib_srq *msrq = to_msrq(srq);
286 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index)
303 struct mlx4_ib_srq *srq = to_msrq(ibsrq);
H A Dcq.c547 struct mlx4_ib_srq *srq;
761 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq)
809 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq)

Completed in 56 milliseconds