num_mac_stats     302 drivers/net/ethernet/sfc/ef10.c 		efx->num_mac_stats = MCDI_WORD(outbuf,
num_mac_stats     306 drivers/net/ethernet/sfc/ef10.c 			  efx->num_mac_stats);
num_mac_stats     311 drivers/net/ethernet/sfc/ef10.c 			  efx->num_mac_stats);
num_mac_stats    1836 drivers/net/ethernet/sfc/ef10.c 	if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V2)
num_mac_stats    1843 drivers/net/ethernet/sfc/ef10.c 	if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V3 &&
num_mac_stats    1950 drivers/net/ethernet/sfc/ef10.c 	generation_end = dma_stats[efx->num_mac_stats - 1];
num_mac_stats    1998 drivers/net/ethernet/sfc/ef10.c 	u32 dma_len = efx->num_mac_stats * sizeof(u64);
num_mac_stats    2023 drivers/net/ethernet/sfc/ef10.c 	dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
num_mac_stats    2042 drivers/net/ethernet/sfc/ef10.c 	generation_end = dma_stats[efx->num_mac_stats - 1];
num_mac_stats    3035 drivers/net/ethernet/sfc/efx.c 	efx->num_mac_stats = MC_CMD_MAC_NSTATS;
num_mac_stats    1252 drivers/net/ethernet/sfc/mcdi_port.c 		efx->num_mac_stats * sizeof(u64) : 0;
num_mac_stats    1286 drivers/net/ethernet/sfc/mcdi_port.c 	dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
num_mac_stats    1304 drivers/net/ethernet/sfc/mcdi_port.c 	dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
num_mac_stats    1307 drivers/net/ethernet/sfc/mcdi_port.c 	while (dma_stats[efx->num_mac_stats - 1] ==
num_mac_stats    1332 drivers/net/ethernet/sfc/mcdi_port.c 				  efx->num_mac_stats * sizeof(u64), GFP_KERNEL);
num_mac_stats    1028 drivers/net/ethernet/sfc/net_driver.h 	u16 num_mac_stats;
num_mac_stats     555 drivers/net/ethernet/sfc/siena.c 	generation_end = dma_stats[efx->num_mac_stats - 1];