Searched refs:switchdev_obj_port_vlan (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/net/ |
D | dsa.h | 203 struct switchdev_obj_port_vlan; 314 const struct switchdev_obj_port_vlan *vlan, 317 const struct switchdev_obj_port_vlan *vlan, 320 const struct switchdev_obj_port_vlan *vlan);
|
D | switchdev.h | 76 struct switchdev_obj_port_vlan { struct 84 container_of(obj, struct switchdev_obj_port_vlan, obj) argument
|
/linux-4.4.14/drivers/net/dsa/ |
D | mv88e6xxx.h | 475 const struct switchdev_obj_port_vlan *vlan, 478 const struct switchdev_obj_port_vlan *vlan, 481 const struct switchdev_obj_port_vlan *vlan);
|
D | mv88e6xxx.c | 1462 const struct switchdev_obj_port_vlan *vlan, in mv88e6xxx_port_vlan_prepare() 1503 const struct switchdev_obj_port_vlan *vlan, in mv88e6xxx_port_vlan_add() 1569 const struct switchdev_obj_port_vlan *vlan) in mv88e6xxx_port_vlan_del()
|
/linux-4.4.14/net/switchdev/ |
D | switchdev.c | 344 return sizeof(struct switchdev_obj_port_vlan); in switchdev_obj_size() 633 struct switchdev_obj_port_vlan vlan; 673 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in switchdev_port_vlan_dump_cb() 856 struct switchdev_obj_port_vlan vlan = { in switchdev_port_br_afspec()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 439 const struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_port_vlans_add() 605 const struct switchdev_obj_port_vlan *vlan) in mlxsw_sp_port_vlans_del() 698 struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_port_vlan_dump()
|
/linux-4.4.14/net/bridge/ |
D | br_vlan.c | 75 struct switchdev_obj_port_vlan v = { in __vlan_vid_add() 122 struct switchdev_obj_port_vlan v = { in __vlan_vid_del()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 245 const struct switchdev_obj_port_vlan *vlan, in dsa_slave_port_vlan_add() 278 const struct switchdev_obj_port_vlan *vlan) in dsa_slave_port_vlan_del() 290 struct switchdev_obj_port_vlan *vlan, in dsa_slave_port_vlan_dump()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 4433 const struct switchdev_obj_port_vlan *vlan) in rocker_port_vlans_add() 4507 const struct switchdev_obj_port_vlan *vlan) in rocker_port_vlans_del() 4594 struct switchdev_obj_port_vlan *vlan, in rocker_port_vlan_dump()
|