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

/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c305 static int __cold dpaa2_qdma_setup(struct fsl_mc_device *ls_dev) argument
308 struct device *dev = &ls_dev->dev;
317 priv->dpqdma_id = ls_dev->obj_desc.id;
320 err = dpdmai_open(priv->mc_io, 0, priv->dpqdma_id, &ls_dev->mc_handle);
328 err = dpdmai_get_attributes(priv->mc_io, 0, ls_dev->mc_handle,
364 err = dpdmai_get_rx_queue(priv->mc_io, 0, ls_dev->mc_handle,
372 err = dpdmai_get_tx_queue(priv->mc_io, 0, ls_dev->mc_handle,
386 dpdmai_close(priv->mc_io, 0, ls_dev->mc_handle);
530 struct fsl_mc_device *ls_dev; local
534 ls_dev
562 struct fsl_mc_device *ls_dev; local
770 dpaa2_qdma_remove(struct fsl_mc_device *ls_dev) argument
794 dpaa2_qdma_shutdown(struct fsl_mc_device *ls_dev) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3788 static int dpaa2_eth_setup_dpni(struct fsl_mc_device *ls_dev) argument
3790 struct device *dev = &ls_dev->dev;
3799 err = dpni_open(priv->mc_io, 0, ls_dev->obj_desc.id, &priv->mc_token);
3820 ls_dev->mc_io = priv->mc_io;
3821 ls_dev->mc_handle = priv->mc_token;
4743 static int dpaa2_eth_setup_irqs(struct fsl_mc_device *ls_dev) argument
4748 err = fsl_mc_allocate_irqs(ls_dev);
4750 dev_err(&ls_dev->dev, "MC irqs allocation failed\n");
4754 irq = ls_dev->irqs[0];
4755 err = devm_request_threaded_irq(&ls_dev
5032 dpaa2_eth_remove(struct fsl_mc_device *ls_dev) argument
[all...]
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c4766 struct fsl_mc_device *ls_dev = to_fsl_mc_device(dev); local
4786 err = dpseci_set_rx_queue(priv->mc_io, 0, ls_dev->mc_handle, i,
4815 struct fsl_mc_device *ls_dev = to_fsl_mc_device(dev); local
4819 err = dpseci_reset(priv->mc_io, 0, ls_dev->mc_handle);
4825 dpseci_close(priv->mc_io, 0, ls_dev->mc_handle);
4993 static int __cold dpaa2_dpseci_setup(struct fsl_mc_device *ls_dev) argument
4995 struct device *dev = &ls_dev->dev;
5004 priv->dpsec_id = ls_dev->obj_desc.id;
5007 err = dpseci_open(priv->mc_io, 0, priv->dpsec_id, &ls_dev->mc_handle);
5023 err = dpseci_reset(priv->mc_io, 0, ls_dev
5119 struct fsl_mc_device *ls_dev = to_fsl_mc_device(dev); local
5135 struct fsl_mc_device *ls_dev = to_fsl_mc_device(dev); local
5409 dpaa2_caam_remove(struct fsl_mc_device *ls_dev) argument
[all...]

Completed in 135 milliseconds