Lines Matching refs:container_of
612 return container_of(ibdev, struct mlx4_ib_dev, ib_dev); in to_mdev()
617 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext()
622 return container_of(ibpd, struct mlx4_ib_pd, ibpd); in to_mpd()
627 return container_of(ibxrcd, struct mlx4_ib_xrcd, ibxrcd); in to_mxrcd()
632 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq()
637 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq()
642 return container_of(ibmr, struct mlx4_ib_mr, ibmr); in to_mmr()
647 return container_of(ibmw, struct mlx4_ib_mw, ibmw); in to_mmw()
652 return container_of(ibfmr, struct mlx4_ib_fmr, ibfmr); in to_mfmr()
657 return container_of(ibflow, struct mlx4_ib_flow, ibflow); in to_mflow()
662 return container_of(ibqp, struct mlx4_ib_qp, ibqp); in to_mqp()
667 return container_of(mqp, struct mlx4_ib_qp, mqp); in to_mibqp()
672 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
677 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
682 return container_of(ibah, struct mlx4_ib_ah, ibah); in to_mah()