Home
last modified time | relevance | path

Searched refs:switchdev_port_attr_set (Results 1 – 8 of 8) sorted by relevance

/linux/net/bridge/
H A Dbr_mst.c113 err = switchdev_port_attr_set(p->dev, &attr, extack); in br_mst_set_state()
169 err = switchdev_port_attr_set(mv->br->dev, &attr, NULL); in br_mst_vlan_set_msti()
223 err = switchdev_port_attr_set(br->dev, &attr, extack); in br_mst_set_enabled()
H A Dbr_mrp_switchdev.c225 return switchdev_port_attr_set(p->dev, &attr, NULL); in br_mrp_port_switchdev_set_state()
240 return switchdev_port_attr_set(p->dev, &attr, NULL); in br_mrp_port_switchdev_set_role()
H A Dbr_stp.c52 err = switchdev_port_attr_set(p->dev, &attr, NULL); in br_set_state()
614 err = switchdev_port_attr_set(dev, &attr, NULL); in __set_ageing_time()
H A Dbr_switchdev.c115 err = switchdev_port_attr_set(p->dev, &attr, extack); in br_switchdev_set_port_flag()
H A Dbr_multicast.c1696 switchdev_port_attr_set(p->dev, &attr, NULL); in br_mc_router_state_change()
1993 return switchdev_port_attr_set(dev, &attr, extack); in br_mc_disabled_update()
3218 switchdev_port_attr_set(p->dev, &attr, NULL); in br_port_mc_router_state_change()
/linux/include/net/
H A Dswitchdev.h308 int switchdev_port_attr_set(struct net_device *dev,
399 static inline int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set() function
/linux/net/switchdev/
H A Dswitchdev.c197 int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set() function
206 EXPORT_SYMBOL_GPL(switchdev_port_attr_set);
/linux/Documentation/networking/
H A Dswitchdev.rst270 switchdev_port_attr_set for SWITCHDEV_ATTR_PORT_ID_{PRE}_BRIDGE_FLAGS.