Lines Matching refs:container_of
560 return container_of(ibdev, struct mlx4_ib_dev, ib_dev); in to_mdev()
565 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext()
570 return container_of(ibpd, struct mlx4_ib_pd, ibpd); in to_mpd()
575 return container_of(ibxrcd, struct mlx4_ib_xrcd, ibxrcd); in to_mxrcd()
580 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq()
585 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq()
590 return container_of(ibmr, struct mlx4_ib_mr, ibmr); in to_mmr()
595 return container_of(ibmw, struct mlx4_ib_mw, ibmw); in to_mmw()
600 return container_of(ibfrpl, struct mlx4_ib_fast_reg_page_list, ibfrpl); in to_mfrpl()
605 return container_of(ibfmr, struct mlx4_ib_fmr, ibfmr); in to_mfmr()
610 return container_of(ibflow, struct mlx4_ib_flow, ibflow); in to_mflow()
615 return container_of(ibqp, struct mlx4_ib_qp, ibqp); in to_mqp()
620 return container_of(mqp, struct mlx4_ib_qp, mqp); in to_mibqp()
625 return container_of(ibsrq, struct mlx4_ib_srq, ibsrq); in to_msrq()
630 return container_of(msrq, struct mlx4_ib_srq, msrq); in to_mibsrq()
635 return container_of(ibah, struct mlx4_ib_ah, ibah); in to_mah()