Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c1045 ktime_t baset_est, end_of_cycle; in igc_tx_launchtime() local
1051 baset_est = ktime_add_ns(base_time, cycle_time * (n)); in igc_tx_launchtime()
1052 end_of_cycle = ktime_add_ns(baset_est, cycle_time); in igc_tx_launchtime()
1055 if (baset_est != ring->last_ff_cycle) { in igc_tx_launchtime()
1057 ring->last_ff_cycle = baset_est; in igc_tx_launchtime()
1075 launchtime = ktime_sub_ns(txtime, baset_est); in igc_tx_launchtime()