Lines Matching refs:mc_cont
174 struct fsl_mc_device *mc_cont = to_fsl_mc_device(cont_dev); in vfio_fsl_mc_release() local
179 ret = dprc_reset_container(mc_cont->mc_io, 0, in vfio_fsl_mc_release()
180 mc_cont->mc_handle, in vfio_fsl_mc_release()
181 mc_cont->obj_desc.id, in vfio_fsl_mc_release()
185 dev_warn(&mc_cont->dev, "VFIO_FLS_MC: reset device has failed (%d)\n", in vfio_fsl_mc_release()
192 fsl_mc_cleanup_irq_pool(mc_cont); in vfio_fsl_mc_release()
523 struct fsl_mc_device *mc_cont = to_fsl_mc_device(mc_dev->dev.parent); in vfio_fsl_mc_bus_notifier() local
526 vdev->mc_dev == mc_cont) { in vfio_fsl_mc_bus_notifier()
531 dev_name(&mc_cont->dev)); in vfio_fsl_mc_bus_notifier()
534 dev_name(&mc_cont->dev)); in vfio_fsl_mc_bus_notifier()
536 vdev->mc_dev == mc_cont) { in vfio_fsl_mc_bus_notifier()
554 struct fsl_mc_device *mc_cont = to_fsl_mc_device(mc_dev->dev.parent); in vfio_fsl_mc_init_device() local
556 mc_dev->mc_io = mc_cont->mc_io; in vfio_fsl_mc_init_device()