mcast_bits_log2 447 drivers/net/ethernet/stmicro/stmmac/common.h unsigned int mcast_bits_log2; mcast_bits_log2 158 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c int mcbitslog2 = hw->mcast_bits_log2; mcast_bits_log2 544 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c mac->mcast_bits_log2 = 0; mcast_bits_log2 547 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c mac->mcast_bits_log2 = ilog2(mac->multicast_filter_bins); mcast_bits_log2 402 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c int mcbitslog2 = hw->mcast_bits_log2; mcast_bits_log2 925 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c mac->mcast_bits_log2 = 0; mcast_bits_log2 928 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c mac->mcast_bits_log2 = ilog2(mac->multicast_filter_bins); mcast_bits_log2 443 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c int mcbitslog2 = hw->mcast_bits_log2; mcast_bits_log2 1402 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c mac->mcast_bits_log2 = 0; mcast_bits_log2 1405 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c mac->mcast_bits_log2 = ilog2(mac->multicast_filter_bins); mcast_bits_log2 4393 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c priv->hw->mcast_bits_log2 = mcast_bits_log2 494 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c int mc_offset = 32 - priv->hw->mcast_bits_log2;