Home
last modified time | relevance | path

Searched refs:MC_NANOSECOND_BITS (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dptp.c143 #define MC_NANOSECOND_BITS 30 macro
144 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
145 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
890 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
1001 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dptp.c135 #define MC_NANOSECOND_BITS 30 macro
136 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
137 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
864 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
975 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dptp.c142 #define MC_NANOSECOND_BITS 30 macro
143 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
144 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
883 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
994 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()

Completed in 9 milliseconds