Searched refs:dpni_disable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.h | 119 int dpni_disable(struct fsl_mc_io *mc_io,
|
H A D | dpni.c | 210 * dpni_disable() - Disable the DPNI, stop sending and receiving frames. 217 int dpni_disable(struct fsl_mc_io *mc_io, in dpni_disable() function
|
H A D | dpaa2-eth.c | 1844 /* On dpni_disable(), the MC firmware will: in dpaa2_eth_stop() 1850 * Before calling dpni_disable(), we wait for all Tx frames to arrive in dpaa2_eth_stop() 1857 dpni_disable(priv->mc_io, 0, priv->mc_token); in dpaa2_eth_stop()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.h | 131 int dpni_disable(struct fsl_mc_io *mc_io,
|
H A D | dpni.c | 216 * dpni_disable() - Disable the DPNI, stop sending and receiving frames. 223 int dpni_disable(struct fsl_mc_io *mc_io, in dpni_disable() function
|
H A D | dpaa2-eth.c | 2302 /* On dpni_disable(), the MC firmware will: in dpaa2_eth_stop() 2308 * Before calling dpni_disable(), we wait for all Tx frames to arrive in dpaa2_eth_stop() 2315 dpni_disable(priv->mc_io, 0, priv->mc_token); in dpaa2_eth_stop()
|
Completed in 20 milliseconds