Searched refs:MC_NANOSECOND_MASK (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c142 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1) macro
891 start_ns = timeset->host_start & MC_NANOSECOND_MASK;
892 end_ns = timeset->host_end & MC_NANOSECOND_MASK;
992 (ptp->timeset[last_good].host_start & MC_NANOSECOND_MASK);
/linux-master/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);

Completed in 187 milliseconds