Home
last modified time | relevance | path

Searched refs:num_mac_stats (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_port.c1254 efx->num_mac_stats * sizeof(u64) : 0; in efx_mcdi_mac_stats()
1288 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_start_stats()
1306 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_pull_stats()
1309 while (dma_stats[efx->num_mac_stats - 1] == in efx_mcdi_mac_pull_stats()
1334 efx->num_mac_stats * sizeof(u64), GFP_KERNEL); in efx_mcdi_port_probe()
Def10.c305 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps()
309 efx->num_mac_stats); in efx_ef10_init_datapath_caps()
314 efx->num_mac_stats); in efx_ef10_init_datapath_caps()
1839 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V2) in efx_ef10_get_stat_mask()
1846 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V3 && in efx_ef10_get_stat_mask()
1953 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_pf()
2001 u32 dma_len = efx->num_mac_stats * sizeof(u64); in efx_ef10_try_update_nic_stats_vf()
2026 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_ef10_try_update_nic_stats_vf()
2045 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_vf()
Dnet_driver.h1031 u16 num_mac_stats; member
Dsiena.c558 generation_end = dma_stats[efx->num_mac_stats - 1]; in siena_try_update_nic_stats()
Defx.c3037 efx->num_mac_stats = MC_CMD_MAC_NSTATS; in efx_init_struct()