Searched refs:ALE_VLAN (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw_switchdev.c | 201 HOST_PORT_NUM, ALE_VLAN, vid); in cpsw_port_vlan_add() 234 HOST_PORT_NUM, ALE_VLAN, vid); in cpsw_port_vlan_del() 243 port_mask, ALE_VLAN, vid); in cpsw_port_vlan_del() 279 ALE_VLAN, mdb->vid, 0); in cpsw_port_mdb_add() 302 ALE_VLAN, mdb->vid); in cpsw_port_mdb_del() 400 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work() 416 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work()
|
| H A D | am65-cpsw-switchdev.c | 185 HOST_PORT_NUM, ALE_VLAN | ALE_SECURE, vid); in am65_cpsw_port_vlan_add() 219 HOST_PORT_NUM, ALE_VLAN, vid); in am65_cpsw_port_vlan_del() 228 ALE_VLAN, vid); in am65_cpsw_port_vlan_del() 271 ALE_VLAN, mdb->vid, 0); in am65_cpsw_port_mdb_add() 294 ALE_VLAN, mdb->vid); in am65_cpsw_port_mdb_del() 390 fdb->vid ? ALE_VLAN : 0, fdb->vid); in am65_cpsw_switchdev_event_work() 406 fdb->vid ? ALE_VLAN : 0, fdb->vid); in am65_cpsw_switchdev_event_work()
|
| H A D | cpsw_ale.h | 145 #define ALE_VLAN BIT(3) macro
|
| H A D | cpsw_ale.c | 501 if (flags & ALE_VLAN) { in cpsw_ale_set_vlan_entry_type() 523 idx = cpsw_ale_match_addr(ale, addr, (flags & ALE_VLAN) ? vid : 0); in cpsw_ale_add_ucast() 542 idx = cpsw_ale_match_addr(ale, addr, (flags & ALE_VLAN) ? vid : 0); in cpsw_ale_del_ucast() 558 idx = cpsw_ale_match_addr(ale, addr, (flags & ALE_VLAN) ? vid : 0); in cpsw_ale_add_mcast() 593 idx = cpsw_ale_match_addr(ale, addr, (flags & ALE_VLAN) ? vid : 0); in cpsw_ale_del_mcast()
|
| H A D | am65-cpsw-nuss.c | 3109 port_mask, ALE_VLAN, slave->port_vlan, ALE_MCAST_FWD_2); in am65_cpsw_init_port_emac_ale() 3122 HOST_PORT_NUM, ALE_SECURE | ALE_BLOCKED | ALE_VLAN, in am65_cpsw_init_port_switch_ale() 3128 port_mask, ALE_VLAN, slave->port_vlan, in am65_cpsw_init_port_switch_ale()
|