Home
last modified time | relevance | path

Searched refs:end_of_cycle (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
1052 end_of_cycle = ktime_add_ns(baset_est, cycle_time); in igc_tx_launchtime()
1054 if (ktime_compare(txtime, end_of_cycle) >= 0) { in igc_tx_launchtime()
1059 if (ktime_compare(end_of_cycle, ring->last_tx_cycle) > 0) in igc_tx_launchtime()
1069 if ((ktime_sub_ns(end_of_cycle, now) < 5 * NSEC_PER_USEC)) in igc_tx_launchtime()
1073 ring->last_tx_cycle = end_of_cycle; in igc_tx_launchtime()