Searched refs:hash_tb_sz (Results 1 – 4 of 4) sorted by relevance
436 unsigned int hash_tb_sz; member
390 dma_cap->hash_tb_sz = (hw_cap & GMAC_HW_HASH_TB_SZ) >> 24; in dwmac4_get_hw_feature()
399 dma_cap->hash_tb_sz = (hw_cap & XGMAC_HWFEAT_HASHTBLSZ) >> 24; in dwxgmac2_get_hw_feature()
6592 seq_printf(seq, "\tHash Table Size: %lu\n", priv->dma_cap.hash_tb_sz ? in stmmac_dma_cap_show()6593 (BIT(priv->dma_cap.hash_tb_sz) << 5) : 0); in stmmac_dma_cap_show()7398 if (priv->dma_cap.hash_tb_sz) { in stmmac_hw_init()7400 (BIT(priv->dma_cap.hash_tb_sz) << 5); in stmmac_hw_init()