Searched refs:vlhash (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 205 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()
|
H A D | dwc-xlgmac.h | 500 unsigned int vlhash; /* VLAN Hash Filter */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 205 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()
|
H A D | dwc-xlgmac.h | 501 unsigned int vlhash; /* VLAN Hash Filter */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 967 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 D | common.h | 374 unsigned int vlhash; member
|
H A D | dwmac4_dma.c | 349 dma_cap->vlhash = (hw_cap & GMAC_HW_FEAT_VLHASH) >> 4; in dwmac4_get_hw_feature()
|
H A D | dwxgmac2_dma.c | 386 dma_cap->vlhash = (hw_cap & XGMAC_HWFEAT_VLHASH) >> 4; in dwxgmac2_get_hw_feature()
|
H A D | stmmac_main.c | 4561 priv->dma_cap.vlhash ? "Y" : "N"); in stmmac_dma_cap_show() 4676 if (!priv->dma_cap.vlhash) { in stmmac_vlan_update() 5122 if (priv->dma_cap.vlhash) { in stmmac_dvr_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 967 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 D | common.h | 467 unsigned int vlhash; member
|
H A D | dwxgmac2_dma.c | 412 dma_cap->vlhash = (hw_cap & XGMAC_HWFEAT_VLHASH) >> 4; in dwxgmac2_get_hw_feature()
|
H A D | dwmac4_dma.c | 386 dma_cap->vlhash = (hw_cap & GMAC_HW_FEAT_VLHASH) >> 4; in dwmac4_get_hw_feature()
|
H A D | stmmac_main.c | 6340 priv->dma_cap.vlhash ? "Y" : "N"); in stmmac_dma_cap_show() 6502 if (!priv->dma_cap.vlhash) { in stmmac_vlan_update() 7512 if (priv->dma_cap.vlhash) { in stmmac_dvr_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 965 unsigned int vlhash; /* VLAN Hash Filter */ member
|
H A D | xgbe-drv.c | 759 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 997 unsigned int vlhash; /* VLAN Hash Filter */ member
|
H A D | xgbe-drv.c | 759 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()
|
Completed in 53 milliseconds