Searched refs:ALE_SECURE (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/ti/ |
D | cpsw_ale.h | 88 #define ALE_SECURE BIT(0) macro
|
D | am65-cpsw-switchdev.c | 185 HOST_PORT_NUM, ALE_VLAN | ALE_SECURE, vid); in am65_cpsw_port_vlan_add()
|
D | am65-cpsw-nuss.c | 1219 HOST_PORT_NUM, ALE_SECURE, 0); in am65_cpsw_nuss_ndo_slave_set_mac_address() 2279 HOST_PORT_NUM, ALE_SECURE, slave->port_vlan); in am65_cpsw_init_port_emac_ale() 2294 HOST_PORT_NUM, ALE_SECURE | ALE_BLOCKED | ALE_VLAN, in am65_cpsw_init_port_switch_ale()
|
D | cpsw_new.c | 604 ALE_SECURE, slave->port_vlan); in cpsw_port_add_dual_emac_def_ale_entries() 991 flags = ALE_VLAN | ALE_SECURE; in cpsw_ndo_set_mac_address()
|
D | cpsw_ale.c | 477 cpsw_ale_set_secure(ale_entry, (flags & ALE_SECURE) ? 1 : 0); in cpsw_ale_add_ucast()
|
D | cpsw.c | 557 ALE_SECURE, slave->port_vlan); in cpsw_add_dual_emac_def_ale_entries()
|