Home
last modified time | relevance | path

Searched refs:efx_ptp_stat_desc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/
Dptp.c381 static const struct efx_hw_stat_desc efx_ptp_stat_desc[] = { variable
397 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc)
407 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats()
423 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
426 efx_ptp_stat_desc[i].offset); in efx_ptp_update_stats()
439 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dptp.c375 static const struct efx_hw_stat_desc efx_ptp_stat_desc[] = { variable
391 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc)
401 return efx_siena_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_siena_ptp_describe_stats()
417 if (efx_ptp_stat_desc[i].dma_width) in efx_siena_ptp_update_stats()
420 efx_ptp_stat_desc[i].offset); in efx_siena_ptp_update_stats()
433 efx_siena_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_siena_ptp_update_stats()