Lines Matching refs:mc_handle
319 err = dpdmai_open(priv->mc_io, 0, priv->dpqdma_id, &ls_dev->mc_handle); in dpaa2_qdma_setup()
327 err = dpdmai_get_attributes(priv->mc_io, 0, ls_dev->mc_handle, in dpaa2_qdma_setup()
363 err = dpdmai_get_rx_queue(priv->mc_io, 0, ls_dev->mc_handle, in dpaa2_qdma_setup()
371 err = dpdmai_get_tx_queue(priv->mc_io, 0, ls_dev->mc_handle, in dpaa2_qdma_setup()
385 dpdmai_close(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_setup()
543 err = dpdmai_set_rx_queue(priv->mc_io, 0, ls_dev->mc_handle, in dpaa2_dpdmai_bind()
573 err = dpdmai_reset(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_dpdmai_dpio_unbind()
704 err = dpdmai_enable(priv->mc_io, 0, dpdmai_dev->mc_handle); in dpaa2_qdma_probe()
753 dpdmai_disable(priv->mc_io, 0, dpdmai_dev->mc_handle); in dpaa2_qdma_probe()
761 dpdmai_close(priv->mc_io, 0, dpdmai_dev->mc_handle); in dpaa2_qdma_probe()
780 dpdmai_disable(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_remove()
784 dpdmai_close(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_remove()
804 dpdmai_disable(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_shutdown()
806 dpdmai_close(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_shutdown()
807 dpdmai_destroy(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_shutdown()