Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c1252 efx->num_mac_stats * sizeof(u64) : 0; in efx_mcdi_mac_stats()
1286 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_start_stats()
1304 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_pull_stats()
1307 while (dma_stats[efx->num_mac_stats - 1] == in efx_mcdi_mac_pull_stats()
1332 efx->num_mac_stats * sizeof(u64), GFP_KERNEL); in efx_mcdi_port_probe()
Def10.c302 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps()
306 efx->num_mac_stats); in efx_ef10_init_datapath_caps()
311 efx->num_mac_stats); in efx_ef10_init_datapath_caps()
1836 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V2) in efx_ef10_get_stat_mask()
1843 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V3 && in efx_ef10_get_stat_mask()
1950 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_pf()
1998 u32 dma_len = efx->num_mac_stats * sizeof(u64); in efx_ef10_try_update_nic_stats_vf()
2023 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_ef10_try_update_nic_stats_vf()
2042 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_vf()
Dnet_driver.h1028 u16 num_mac_stats; member
Dsiena.c555 generation_end = dma_stats[efx->num_mac_stats - 1]; in siena_try_update_nic_stats()
Defx.c3034 efx->num_mac_stats = MC_CMD_MAC_NSTATS; in efx_init_struct()