Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_main.c909 u32 launchtime; in igc_tx_launchtime() local
938 launchtime = ktime_sub_ns(txtime, baset_est); in igc_tx_launchtime()
939 if (launchtime > 0) in igc_tx_launchtime()
940 div_s64_rem(launchtime, cycle_time, &launchtime); in igc_tx_launchtime()
942 launchtime = 0; in igc_tx_launchtime()
944 return cpu_to_le32(launchtime); in igc_tx_launchtime()