Home
last modified time | relevance | path

Searched refs:hash_tb_sz (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dcommon.h393 unsigned int hash_tb_sz; member
A Ddwmac4_dma.c380 dma_cap->hash_tb_sz = (hw_cap & GMAC_HW_HASH_TB_SZ) >> 24; in dwmac4_get_hw_feature()
A Ddwxgmac2_dma.c398 dma_cap->hash_tb_sz = (hw_cap & XGMAC_HWFEAT_HASHTBLSZ) >> 24; in dwxgmac2_get_hw_feature()
A Dstmmac_main.c6199 seq_printf(seq, "\tHash Table Size: %d\n", priv->dma_cap.hash_tb_sz); in stmmac_dma_cap_show()
6831 if (priv->dma_cap.hash_tb_sz) { in stmmac_hw_init()
6833 (BIT(priv->dma_cap.hash_tb_sz) << 5); in stmmac_hw_init()

Completed in 20 milliseconds