Searched refs:last_idle (Results 1 – 2 of 2) sorted by relevance
1457 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso()1597 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring()1841 txdata->last_idle = get_cycles(); in wil_tx_complete()
396 cycles_t idle, last_idle, begin; member