Home
last modified time | relevance | path

Searched refs:dpsw_if_disable (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H A Dethsw-ethtool.c99 err = dpsw_if_disable(ethsw->mc_io, 0, in dpaa2_switch_set_link_ksettings()
103 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_set_link_ksettings()
H A Ddpsw.h368 int dpsw_if_disable(struct fsl_mc_io *mc_io,
H A Dethsw.c85 err = dpsw_if_disable(ethsw->mc_io, 0, in dpaa2_switch_port_set_pvid()
89 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_port_set_pvid()
533 dpsw_if_disable(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_open()
544 err = dpsw_if_disable(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_stop()
548 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_port_stop()
1799 dpsw_if_disable(ethsw->mc_io, 0, ethsw->dpsw_handle, i); in dpaa2_switch_probe()
H A Ddpsw.c680 * dpsw_if_disable() - Disable Interface
688 int dpsw_if_disable(struct fsl_mc_io *mc_io, in dpsw_if_disable() function
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-ethtool.c123 err = dpsw_if_disable(ethsw->mc_io, 0, in dpaa2_switch_set_link_ksettings()
127 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_set_link_ksettings()
H A Ddpsw.h392 int dpsw_if_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id);
H A Ddpaa2-switch.c248 err = dpsw_if_disable(ethsw->mc_io, 0, in dpaa2_switch_port_set_pvid()
252 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_port_set_pvid()
736 err = dpsw_if_disable(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_stop()
740 netdev_err(netdev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_port_stop()
3016 err = dpsw_if_disable(ethsw->mc_io, 0, ethsw->dpsw_handle, i); in dpaa2_switch_init()
3018 dev_err(dev, "dpsw_if_disable err %d\n", err); in dpaa2_switch_init()
H A Ddpsw.c569 * dpsw_if_disable() - Disable Interface
577 int dpsw_if_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id) in dpsw_if_disable() function

Completed in 14 milliseconds