Lines Matching defs:systim
484 * @systim: unsigned 64bit system time value.
496 u64 systim)
502 ns = timecounter_cyc2time(&adapter->tc, systim);
3936 /* reset the systim ns time counter */
4133 /* restore systim and hwtstamp settings */
4339 * @systim: PHC time value read, sanitized and returned
4347 static u64 e1000e_sanitize_systim(struct e1000_hw *hw, u64 systim,
4363 time_delta = systim_next - systim;
4368 systim = systim_next;
4374 return systim;
4388 u64 systim;
4412 systim = (u64)systimel;
4413 systim |= (u64)systimeh << 32;
4416 systim = e1000e_sanitize_systim(hw, systim, sts);
4418 return systim;