Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dptp.c144 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1) macro
911 start_ns = timeset->host_start & MC_NANOSECOND_MASK;
912 end_ns = timeset->host_end & MC_NANOSECOND_MASK;
1012 (ptp->timeset[last_good].host_start & MC_NANOSECOND_MASK); in efx_ptp_process_times()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dptp.c136 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1) macro
885 start_ns = timeset->host_start & MC_NANOSECOND_MASK;
886 end_ns = timeset->host_end & MC_NANOSECOND_MASK;
986 (ptp->timeset[last_good].host_start & MC_NANOSECOND_MASK); in efx_ptp_process_times()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dptp.c143 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1) macro
904 start_ns = timeset->host_start & MC_NANOSECOND_MASK;
905 end_ns = timeset->host_end & MC_NANOSECOND_MASK;
1005 (ptp->timeset[last_good].host_start & MC_NANOSECOND_MASK); in efx_ptp_process_times()

Completed in 15 milliseconds