Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dptp.c397 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc) macro
399 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL,
407 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats()
422 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats()
439 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats()
443 return PTP_STAT_COUNT; in efx_ptp_update_stats()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dptp.c391 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc) macro
393 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL,
401 return efx_siena_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_siena_ptp_describe_stats()
416 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_siena_ptp_update_stats()
433 efx_siena_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_siena_ptp_update_stats()
437 return PTP_STAT_COUNT; in efx_siena_ptp_update_stats()