Home
last modified time | relevance | path

Searched refs:systim_next (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dnetdev.c4355 u64 systim_next; in e1000e_sanitize_systim() local
4363 systim_next = (u64)er32(SYSTIML); in e1000e_sanitize_systim()
4365 systim_next |= (u64)er32(SYSTIMH) << 32; in e1000e_sanitize_systim()
4367 time_delta = systim_next - systim; in e1000e_sanitize_systim()
4372 systim = systim_next; in e1000e_sanitize_systim()