Searched refs:ALE_ALL_PORTS (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/ti/ |
D | cpsw.c | 79 #define ALE_ALL_PORTS 0x7 macro 541 ALE_ALL_PORTS << priv->host_port, \ 608 cpsw_ale_flush_multicast(ale, ALE_ALL_PORTS << in cpsw_set_promiscious() 654 cpsw_ale_flush_multicast(priv->ale, ALE_ALL_PORTS << priv->host_port, in cpsw_ndo_set_rx_mode() 1214 unreg_mcast_mask = ALE_ALL_PORTS; in cpsw_add_default_vlan() 1218 cpsw_ale_add_vlan(priv->ale, vlan, ALE_ALL_PORTS << port, in cpsw_add_default_vlan() 1219 ALE_ALL_PORTS << port, ALE_ALL_PORTS << port, in cpsw_add_default_vlan() 1301 ALE_ALL_PORTS << priv->host_port, in cpsw_ndo_open() 1302 ALE_ALL_PORTS << priv->host_port, 0, 0); in cpsw_ndo_open() 1685 port_mask = ALE_ALL_PORTS; in cpsw_add_vlan_ale_entry() [all …]
|