Home
last modified time | relevance | path

Searched refs:vlhash (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c203 if (pdata->hw_feat.vlhash) in xlgmac_init()
374 hw_feat->vlhash = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
523 pdata->hw_feat.vlhash ? "YES" : "NO"); in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h501 unsigned int vlhash; /* VLAN Hash Filter */ member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c967 if (!priv->dma_cap.vlhash) in stmmac_test_vlanfilt()
975 int ret, prev_cap = priv->dma_cap.vlhash; in stmmac_test_vlanfilt_perfect()
980 priv->dma_cap.vlhash = 0; in stmmac_test_vlanfilt_perfect()
982 priv->dma_cap.vlhash = prev_cap; in stmmac_test_vlanfilt_perfect()
1061 if (!priv->dma_cap.vlhash) in stmmac_test_dvlanfilt()
1069 int ret, prev_cap = priv->dma_cap.vlhash; in stmmac_test_dvlanfilt_perfect()
1074 priv->dma_cap.vlhash = 0; in stmmac_test_dvlanfilt_perfect()
1076 priv->dma_cap.vlhash = prev_cap; in stmmac_test_dvlanfilt_perfect()
H A Ddwxgmac2_dma.c412 dma_cap->vlhash = (hw_cap & XGMAC_HWFEAT_VLHASH) >> 4; in dwxgmac2_get_hw_feature()
H A Ddwmac4_dma.c394 dma_cap->vlhash = (hw_cap & GMAC_HW_FEAT_VLHASH) >> 4; in dwmac4_get_hw_feature()
H A Dstmmac_main.c6462 priv->dma_cap.vlhash ? "Y" : "N"); in stmmac_dma_cap_show()
6620 if (!priv->dma_cap.vlhash) { in stmmac_vlan_update()
7599 if (priv->dma_cap.vlhash) { in stmmac_dvr_probe()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h997 unsigned int vlhash; /* VLAN Hash Filter */ member
H A Dxgbe-drv.c759 hw_feat->vlhash = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH); in xgbe_get_all_hw_features()
851 hw_feat->vlhash ? "yes" : "no"); in xgbe_get_all_hw_features()