Searched refs:num_mac_stats (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | mcdi_port_common.c | 1170 efx->num_mac_stats * sizeof(u64) : 0; in efx_mcdi_mac_stats() 1201 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_start_stats() 1219 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_pull_stats() 1222 while (dma_stats[efx->num_mac_stats - 1] == in efx_mcdi_mac_pull_stats() 1232 if (!efx->num_mac_stats) in efx_mcdi_mac_init_stats() 1237 efx->num_mac_stats * sizeof(u64), GFP_KERNEL); in efx_mcdi_mac_init_stats()
|
D | nic.c | 503 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_nic_copy_stats() 507 memcpy(dest, dma_stats, efx->num_mac_stats * sizeof(__le64)); in efx_nic_copy_stats() 518 memset(dest, 0, efx->num_mac_stats * sizeof(u64)); in efx_nic_copy_stats()
|
D | ef10.c | 168 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps() 172 efx->num_mac_stats); in efx_ef10_init_datapath_caps() 177 efx->num_mac_stats); in efx_ef10_init_datapath_caps() 1326 nic_data->mc_stats = kmalloc(efx->num_mac_stats * sizeof(__le64), in efx_ef10_init_nic() 1717 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V2) in efx_ef10_get_stat_mask() 1724 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V3 && in efx_ef10_get_stat_mask() 1867 u32 dma_len = efx->num_mac_stats * sizeof(u64); in efx_ef10_try_update_nic_stats_vf() 1883 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_ef10_try_update_nic_stats_vf() 1902 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_vf()
|
D | ef100_nic.c | 187 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef100_init_datapath_caps() 191 efx->num_mac_stats); in efx_ef100_init_datapath_caps() 592 __le64 *mc_stats = kmalloc(array_size(efx->num_mac_stats, sizeof(__le64)), GFP_ATOMIC); in ef100_update_stats()
|
D | net_driver.h | 1049 u16 num_mac_stats; member
|
D | siena.c | 560 generation_end = dma_stats[efx->num_mac_stats - 1]; in siena_try_update_nic_stats()
|
D | efx_common.c | 1014 efx->num_mac_stats = MC_CMD_MAC_NSTATS; in efx_init_struct()
|