mvpp2_ethtool_mib_regs 1428 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c static const struct mvpp2_ethtool_counter mvpp2_ethtool_mib_regs[] = {
mvpp2_ethtool_mib_regs 1482 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c #define MVPP2_N_ETHTOOL_STATS(ntxqs, nrxqs)	(ARRAY_SIZE(mvpp2_ethtool_mib_regs) + \
mvpp2_ethtool_mib_regs 1496 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	for (i = 0; i < ARRAY_SIZE(mvpp2_ethtool_mib_regs); i++) {
mvpp2_ethtool_mib_regs 1497 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		strscpy(data, mvpp2_ethtool_mib_regs[i].string,
mvpp2_ethtool_mib_regs 1533 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	for (i = 0; i < ARRAY_SIZE(mvpp2_ethtool_mib_regs); i++)
mvpp2_ethtool_mib_regs 1534 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		*pstats++ += mvpp2_read_count(port, &mvpp2_ethtool_mib_regs[i]);