Searched refs:call_switchdev_blocking_notifiers (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/switchdev/ |
H A D | switchdev.c | 144 rc = call_switchdev_blocking_notifiers(nt, dev, in switchdev_port_attr_notify() 236 rc = call_switchdev_blocking_notifiers(nt, dev, &obj_info.info, extack); in switchdev_port_obj_notify() 444 int call_switchdev_blocking_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_blocking_notifiers() function 453 EXPORT_SYMBOL_GPL(call_switchdev_blocking_notifiers); 911 err = call_switchdev_blocking_notifiers(SWITCHDEV_BRPORT_OFFLOADED, in switchdev_bridge_port_offload() 933 call_switchdev_blocking_notifiers(SWITCHDEV_BRPORT_UNOFFLOADED, in switchdev_bridge_port_unoffload() 957 err = call_switchdev_blocking_notifiers(SWITCHDEV_BRPORT_REPLAY, in switchdev_bridge_port_replay()
|
/openbmc/linux/include/net/ |
H A D | switchdev.h | 328 int call_switchdev_blocking_notifiers(unsigned long val, struct net_device *dev, 450 call_switchdev_blocking_notifiers(unsigned long val, in call_switchdev_blocking_notifiers() function
|