Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/net/ethernet/sfc/
Dptp.c379 static const struct efx_hw_stat_desc efx_ptp_stat_desc[] = { variable
395 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc)
405 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats()
421 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
424 efx_ptp_stat_desc[i].offset); in efx_ptp_update_stats()
437 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats()