Searched refs:dpsw_reset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 86 int dpsw_reset(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 141 * dpsw_reset() - Reset the DPSW, returns the object to initial state. 148 int dpsw_reset(struct fsl_mc_io *mc_io, in dpsw_reset() function
|
H A D | ethsw.c | 1526 err = dpsw_reset(ethsw->mc_io, 0, ethsw->dpsw_handle); in dpaa2_switch_init() 1528 dev_err(dev, "dpsw_reset err %d\n", err); in dpaa2_switch_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 89 int dpsw_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
|
H A D | dpsw.c | 130 * dpsw_reset() - Reset the DPSW, returns the object to initial state. 137 int dpsw_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpsw_reset() function
|
H A D | dpaa2-switch.c | 3006 err = dpsw_reset(ethsw->mc_io, 0, ethsw->dpsw_handle); in dpaa2_switch_init() 3008 dev_err(dev, "dpsw_reset err %d\n", err); in dpaa2_switch_init()
|
Completed in 13 milliseconds