Searched refs:num_mac_stats (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | mcdi_port_common.c | 1173 efx->num_mac_stats * sizeof(u64) : 0; in efx_mcdi_mac_stats() 1204 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_start_stats() 1222 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_mcdi_mac_pull_stats() 1225 while (dma_stats[efx->num_mac_stats - 1] == in efx_mcdi_mac_pull_stats() 1235 if (!efx->num_mac_stats) in efx_mcdi_mac_init_stats() 1240 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() 1329 nic_data->mc_stats = kmalloc(efx->num_mac_stats * sizeof(__le64), in efx_ef10_init_nic() 1730 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V2) in efx_ef10_get_stat_mask() 1737 if (efx->num_mac_stats >= MC_CMD_MAC_NSTATS_V3 && in efx_ef10_get_stat_mask() 1901 u32 dma_len = efx->num_mac_stats * sizeof(u64); in efx_ef10_try_update_nic_stats_vf() 1917 dma_stats[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID; in efx_ef10_try_update_nic_stats_vf() 1936 generation_end = dma_stats[efx->num_mac_stats - 1]; in efx_ef10_try_update_nic_stats_vf()
|
D | ef100_nic.c | 199 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef100_init_datapath_caps() 203 efx->num_mac_stats); in efx_ef100_init_datapath_caps() 604 __le64 *mc_stats = kmalloc(array_size(efx->num_mac_stats, sizeof(__le64)), GFP_ATOMIC); in ef100_update_stats()
|
D | net_driver.h | 1099 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 | 1016 efx->num_mac_stats = MC_CMD_MAC_NSTATS; in efx_init_struct()
|