/linux/net/dsa/ |
H A D | port.h | 85 const struct switchdev_obj_port_vlan *vlan, 88 const struct switchdev_obj_port_vlan *vlan); 90 const struct switchdev_obj_port_vlan *vlan, 93 const struct switchdev_obj_port_vlan *vlan);
|
H A D | trace.h | 326 const struct switchdev_obj_port_vlan *vlan, int err), 359 const struct switchdev_obj_port_vlan *vlan, int err), 364 const struct switchdev_obj_port_vlan *vlan, int err), 370 const struct switchdev_obj_port_vlan *vlan, 404 const struct switchdev_obj_port_vlan *vlan, 410 const struct switchdev_obj_port_vlan *vlan, 417 const struct switchdev_obj_port_vlan *vlan),
|
H A D | switch.h | 87 const struct switchdev_obj_port_vlan *vlan; 115 const struct switchdev_obj_port_vlan *vlan);
|
H A D | switch.c | 677 const struct switchdev_obj_port_vlan *vlan) in dsa_vlan_find() 689 const struct switchdev_obj_port_vlan *vlan, in dsa_port_do_vlan_add() 746 const struct switchdev_obj_port_vlan *vlan) in dsa_port_do_vlan_del()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz8.h | 40 const struct switchdev_obj_port_vlan *vlan, 43 const struct switchdev_obj_port_vlan *vlan);
|
H A D | ksz9477.h | 30 const struct switchdev_obj_port_vlan *vlan, 33 const struct switchdev_obj_port_vlan *vlan);
|
H A D | ksz9477.c | 465 const struct switchdev_obj_port_vlan *vlan, in ksz9477_port_vlan_add() 501 const struct switchdev_obj_port_vlan *vlan) in ksz9477_port_vlan_del()
|
H A D | ksz8.c | 1462 const struct switchdev_obj_port_vlan *vlan, in ksz8_port_vlan_add() 1534 const struct switchdev_obj_port_vlan *vlan) in ksz8_port_vlan_del()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 114 const struct switchdev_obj_port_vlan *vlan); 116 const struct switchdev_obj_port_vlan *vlan);
|
H A D | rocker_ofdpa.c | 2534 const struct switchdev_obj_port_vlan *vlan) in ofdpa_port_obj_vlan_add() 2542 const struct switchdev_obj_port_vlan *vlan) in ofdpa_port_obj_vlan_del()
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_switchdev.c | 287 const struct switchdev_obj_port_vlan *vlan) in prueth_switchdev_vlans_add() 308 const struct switchdev_obj_port_vlan *vlan) in prueth_switchdev_vlans_del() 372 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in prueth_switchdev_obj_add() 398 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in prueth_switchdev_obj_del()
|
/linux/drivers/net/dsa/realtek/ |
H A D | realtek.h | 138 const struct switchdev_obj_port_vlan *vlan, 141 const struct switchdev_obj_port_vlan *vlan);
|
H A D | rtl8366-core.c | 296 const struct switchdev_obj_port_vlan *vlan, in rtl8366_vlan_add() 351 const struct switchdev_obj_port_vlan *vlan) in rtl8366_vlan_del()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.h | 246 const struct switchdev_obj_port_vlan *vlan); 249 const struct switchdev_obj_port_vlan *vlan);
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-switchdev.c | 236 const struct switchdev_obj_port_vlan *vlan) in am65_cpsw_port_vlans_add() 249 const struct switchdev_obj_port_vlan *vlan) in am65_cpsw_port_vlans_del() 305 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in am65_cpsw_port_obj_add() 331 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in am65_cpsw_port_obj_del()
|
H A D | cpsw_switchdev.c | 251 const struct switchdev_obj_port_vlan *vlan) in cpsw_port_vlans_add() 313 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in cpsw_port_obj_add() 340 struct switchdev_obj_port_vlan *vlan = SWITCHDEV_OBJ_PORT_VLAN(obj); in cpsw_port_obj_del()
|
/linux/net/bridge/ |
H A D | br_switchdev.c | 179 struct switchdev_obj_port_vlan v = { in br_switchdev_port_vlan_add() 192 struct switchdev_obj_port_vlan v = { in br_switchdev_port_vlan_del() 393 struct switchdev_obj_port_vlan *vlan, in br_switchdev_vlan_replay_one() 427 struct switchdev_obj_port_vlan vlan = { in br_switchdev_vlan_replay_group()
|
/linux/include/net/ |
H A D | switchdev.h | 96 struct switchdev_obj_port_vlan { struct 110 container_of((OBJ), struct switchdev_obj_port_vlan, obj) argument
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | bridge.c | 220 const struct switchdev_obj_port_vlan *vlan; in mlx5_esw_bridge_port_obj_add() 254 const struct switchdev_obj_port_vlan *vlan; in mlx5_esw_bridge_port_obj_del()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_switchdev.c | 534 const struct switchdev_obj_port_vlan *v = SWITCHDEV_OBJ_PORT_VLAN(obj); in lan966x_handle_port_vlan_add() 576 const struct switchdev_obj_port_vlan *v = SWITCHDEV_OBJ_PORT_VLAN(obj); in lan966x_handle_port_vlan_del()
|
/linux/net/switchdev/ |
H A D | switchdev.c | 25 const struct switchdev_obj_port_vlan *va, *vb; in switchdev_obj_eq() 212 return sizeof(struct switchdev_obj_port_vlan); in switchdev_obj_size()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 1467 const struct switchdev_obj_port_vlan *vlan, in prestera_port_vlans_add() 1629 const struct switchdev_obj_port_vlan *vlan; in prestera_port_obj_add() 1652 const struct switchdev_obj_port_vlan *vlan) in prestera_port_vlans_del()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1569 const struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_br_rif_pvid_change() 1579 const struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_port_vlans_add() 2260 const struct switchdev_obj_port_vlan *vlan; in mlxsw_sp_port_obj_add() 2308 const struct switchdev_obj_port_vlan *vlan) in mlxsw_sp_port_vlans_del() 3937 struct switchdev_obj_port_vlan *vlan = in mlxsw_sp_switchdev_vxlan_vlans_add() 3975 struct switchdev_obj_port_vlan *vlan = in mlxsw_sp_switchdev_vxlan_vlans_del()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch_br.c | 794 struct switchdev_obj_port_vlan *vlan; in ice_eswitch_br_port_obj_add() 817 struct switchdev_obj_port_vlan *vlan; in ice_eswitch_br_port_obj_del()
|
/linux/drivers/net/dsa/ |
H A D | vitesse-vsc73xx-core.c | 1629 const struct switchdev_obj_port_vlan *vlan, in vsc73xx_port_vlan_add() 1716 const struct switchdev_obj_port_vlan *vlan) in vsc73xx_port_vlan_del()
|