Home
last modified time | relevance | path

Searched refs:switchdev_notifier_info_to_dev (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dcpsw_switchdev.c477 struct net_device *ndev = switchdev_notifier_info_to_dev(ptr); in cpsw_switchdev_event()
534 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in cpsw_switchdev_blocking_event()
/kernel/linux/linux-5.10/net/bridge/
Dbr.c153 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in br_switchdev_event()
/kernel/linux/linux-5.10/include/net/
Dswitchdev.h247 switchdev_notifier_info_to_dev(const struct switchdev_notifier_info *info) in switchdev_notifier_info_to_dev() function
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c841 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in prestera_switchdev_event()
1116 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in prestera_switchdev_blk_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_net.c995 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in ocelot_switchdev_event()
1016 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in ocelot_switchdev_blocking_event()
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c1350 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in dpaa2_switch_port_event()
1422 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in dpaa2_switch_port_blocking_event()
/kernel/linux/linux-5.10/net/dsa/
Dslave.c2125 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in dsa_slave_switchdev_event()
2171 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in dsa_slave_switchdev_blocking_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
Drocker_main.c2796 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in rocker_switchdev_event()
2865 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in rocker_switchdev_blocking_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c3096 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in mlxsw_sp_switchdev_event()
3413 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in mlxsw_sp_switchdev_blocking_event()
/kernel/linux/linux-5.10/drivers/net/
Dvxlan.c4643 struct net_device *dev = switchdev_notifier_info_to_dev(ptr); in vxlan_switchdev_event()