Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-common.c205 if (pdata->hw_feat.vlhash) in xlgmac_init()
376 hw_feat->vlhash = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
525 pdata->hw_feat.vlhash ? "YES" : "NO"); in xlgmac_print_all_hw_features()
A Ddwc-xlgmac.h501 unsigned int vlhash; /* VLAN Hash Filter */ member
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
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()
A Dcommon.h422 unsigned int vlhash; member
A Ddwmac4_dma.c359 dma_cap->vlhash = (hw_cap & GMAC_HW_FEAT_VLHASH) >> 4; in dwmac4_get_hw_feature()
A Ddwxgmac2_dma.c392 dma_cap->vlhash = (hw_cap & XGMAC_HWFEAT_VLHASH) >> 4; in dwxgmac2_get_hw_feature()
A Dstmmac_main.c6212 priv->dma_cap.vlhash ? "Y" : "N"); in stmmac_dma_cap_show()
6327 if (!priv->dma_cap.vlhash) { in stmmac_vlan_update()
7218 if (priv->dma_cap.vlhash) { in stmmac_dvr_probe()
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h997 unsigned int vlhash; /* VLAN Hash Filter */ member
A Dxgbe-drv.c745 hw_feat->vlhash = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH); in xgbe_get_all_hw_features()
837 hw_feat->vlhash ? "yes" : "no"); in xgbe_get_all_hw_features()

Completed in 37 milliseconds