Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/synopsys/
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()
Ddwc-xlgmac.h500 unsigned int vlhash; /* VLAN Hash Filter */ member
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h359 unsigned int vlhash; member
Ddwmac4_dma.c336 dma_cap->vlhash = (hw_cap & GMAC_HW_FEAT_VLHASH) >> 4; in dwmac4_get_hw_feature()
Ddwxgmac2_dma.c377 dma_cap->vlhash = (hw_cap & XGMAC_HWFEAT_VLHASH) >> 4; in dwxgmac2_get_hw_feature()
Dstmmac_selftests.c887 if (!priv->dma_cap.vlhash) in stmmac_test_vlanfilt()
962 if (!priv->dma_cap.vlhash) in stmmac_test_dvlanfilt()
Dstmmac_main.c4234 if (!priv->dma_cap.vlhash) in stmmac_vlan_rx_add_vid()
4254 if (!priv->dma_cap.vlhash) in stmmac_vlan_rx_kill_vid()
4541 if (priv->dma_cap.vlhash) { in stmmac_dvr_probe()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe.h965 unsigned int vlhash; /* VLAN Hash Filter */ member
Dxgbe-drv.c743 hw_feat->vlhash = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH); in xgbe_get_all_hw_features()
835 hw_feat->vlhash ? "yes" : "no"); in xgbe_get_all_hw_features()