Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/net/ethernet/sfc/
Dptp.c395 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc) macro
397 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL,
405 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats()
420 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats()
437 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats()
441 return PTP_STAT_COUNT; in efx_ptp_update_stats()