Searched refs:ALE_ALL_PORTS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpsw.c | 77 #define ALE_ALL_PORTS 0x7 macro 543 ALE_ALL_PORTS << priv->host_port, \ 610 cpsw_ale_flush_multicast(ale, ALE_ALL_PORTS << in cpsw_set_promiscious() 656 cpsw_ale_flush_multicast(priv->ale, ALE_ALL_PORTS << priv->host_port, in cpsw_ndo_set_rx_mode() 1185 unreg_mcast_mask = ALE_ALL_PORTS; in cpsw_add_default_vlan() 1189 cpsw_ale_add_vlan(priv->ale, vlan, ALE_ALL_PORTS << port, in cpsw_add_default_vlan() 1190 ALE_ALL_PORTS << port, ALE_ALL_PORTS << port, in cpsw_add_default_vlan() 1273 ALE_ALL_PORTS << priv->host_port, in cpsw_ndo_open() 1274 ALE_ALL_PORTS << priv->host_port, 0, 0); in cpsw_ndo_open() 1653 port_mask = ALE_ALL_PORTS; in cpsw_add_vlan_ale_entry() [all …]
|