Home
last modified time | relevance | path

Searched refs:dpni_enable (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst145 (2) The dpni_enable() MC API called on the associated fsl_mc_device.
147 (4) The dpni_enable() MC API called on the associated fsl_mc_device.
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h127 int dpni_enable(struct fsl_mc_io *mc_io,
H A Ddpni.c200 int dpni_enable(struct fsl_mc_io *mc_io, in dpni_enable() function
H A Ddpaa2-eth.c2208 err = dpni_enable(priv->mc_io, 0, priv->mc_token); in dpaa2_eth_open()