Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c968 __le16 perfect_match, bool is_double) in dwmac4_update_vlan_hash() argument
986 } else if (perfect_match) { in dwmac4_update_vlan_hash()
995 writel(value | perfect_match, ioaddr + GMAC_VLAN_TAG); in dwmac4_update_vlan_hash()
Ddwxgmac2_core.c560 __le16 perfect_match, bool is_double) in dwxgmac2_update_vlan_hash() argument
588 } else if (perfect_match) { in dwxgmac2_update_vlan_hash()
610 writel(value | perfect_match, ioaddr + XGMAC_VLAN_TAG); in dwxgmac2_update_vlan_hash()
Dhwif.h370 __le16 perfect_match, bool is_double);