Home
last modified time | relevance | path

Searched refs:perfect_match (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c976 u16 perfect_match, bool is_double) in dwmac4_update_vlan_hash() argument
994 } else if (perfect_match) { in dwmac4_update_vlan_hash()
1003 writel(value | perfect_match, ioaddr + GMAC_VLAN_TAG); in dwmac4_update_vlan_hash()
H A Ddwxgmac2_core.c618 u16 perfect_match, bool is_double) in dwxgmac2_update_vlan_hash() argument
646 } else if (perfect_match) { in dwxgmac2_update_vlan_hash()
668 writel(value | perfect_match, ioaddr + XGMAC_VLAN_TAG); in dwxgmac2_update_vlan_hash()
H A Dhwif.h398 u16 perfect_match, bool is_double);