Searched refs:PTP_STAT_COUNT (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 392 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc) macro 394 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL, 402 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats() 417 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats() 434 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats() 438 return PTP_STAT_COUNT; in efx_ptp_update_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 391 #define PTP_STAT_COUNT ARRAY_SIZE(efx_ptp_stat_desc) macro 393 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL, 401 return efx_nic_describe_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_describe_stats() 416 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats() 433 efx_nic_update_stats(efx_ptp_stat_desc, PTP_STAT_COUNT, in efx_ptp_update_stats() 437 return PTP_STAT_COUNT; in efx_ptp_update_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 391 #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()
|
Completed in 12 milliseconds