Home
last modified time | relevance | path

Searched refs:ALE_TYPE_VLAN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_ale.c96 #define ALE_TYPE_VLAN 2 macro
374 if (type != ALE_TYPE_VLAN) in cpsw_ale_match_vlan()
623 cpsw_ale_set_entry_type(ale_entry, ALE_TYPE_VLAN); in cpsw_ale_add_vlan()
793 if (type != ALE_TYPE_VLAN) in cpsw_ale_set_unreg_mcast()
856 if (type != ALE_TYPE_VLAN) in cpsw_ale_set_allmulti()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c143 #define ALE_TYPE_VLAN 2 macro