Searched refs:hash_tb_sz (Results 1 – 4 of 4) sorted by relevance
425 unsigned int hash_tb_sz; member
407 dma_cap->hash_tb_sz = (hw_cap & GMAC_HW_HASH_TB_SZ) >> 24; in dwmac4_get_hw_feature()
429 dma_cap->hash_tb_sz = (hw_cap & XGMAC_HWFEAT_HASHTBLSZ) >> 24; in dwxgmac2_get_hw_feature()
6326 seq_printf(seq, "\tHash Table Size: %lu\n", priv->dma_cap.hash_tb_sz ? in stmmac_dma_cap_show()6327 (BIT(priv->dma_cap.hash_tb_sz) << 5) : 0); in stmmac_dma_cap_show()7065 if (priv->dma_cap.hash_tb_sz) { in stmmac_hw_init()7067 (BIT(priv->dma_cap.hash_tb_sz) << 5); in stmmac_hw_init()