Searched refs:ALE_PORT_HOST (Results 1 – 2 of 2) sorted by relevance
640 if (untag_mask & ALE_PORT_HOST) in cpsw_ale_set_vlan_untag()768 port_mask &= ~ALE_PORT_HOST; in cpsw_ale_del_vlan()851 unreg_mcast |= ALE_PORT_HOST; in cpsw_ale_vlan_set_unreg_mcast()853 unreg_mcast &= ~ALE_PORT_HOST; in cpsw_ale_vlan_set_unreg_mcast()872 unreg_mcast |= ALE_PORT_HOST; in cpsw_ale_vlan_set_unreg_mcast_idx()874 unreg_mcast &= ~ALE_PORT_HOST; in cpsw_ale_vlan_set_unreg_mcast_idx()
147 #define ALE_PORT_HOST BIT(0) macro