Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_main.c908 s32 launchtime; in igc_tx_launchtime() local
927 * potentially not honor launchtime. Window of 5us chosen in igc_tx_launchtime()
937 launchtime = ktime_sub_ns(txtime, baset_est); in igc_tx_launchtime()
938 if (launchtime > 0) in igc_tx_launchtime()
939 div_s64_rem(launchtime, cycle_time, &launchtime); in igc_tx_launchtime()
941 launchtime = 0; in igc_tx_launchtime()
943 return cpu_to_le32(launchtime); in igc_tx_launchtime()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_main.c1046 s32 launchtime; in igc_tx_launchtime() local
1065 * potentially not honor launchtime. Window of 5us chosen in igc_tx_launchtime()
1075 launchtime = ktime_sub_ns(txtime, baset_est); in igc_tx_launchtime()
1076 if (launchtime > 0) in igc_tx_launchtime()
1077 div_s64_rem(launchtime, cycle_time, &launchtime); in igc_tx_launchtime()
1079 launchtime = 0; in igc_tx_launchtime()
1081 return cpu_to_le32(launchtime); in igc_tx_launchtime()

Completed in 16 milliseconds