Searched refs:last_idle (Results 1 – 3 of 3) sorted by relevance
1124 txdata->last_idle = 0; in wil_tx_data_init()1979 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso()2132 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring()2534 txdata->last_idle = get_cycles(); in wil_tx_complete()
1291 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()1504 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
636 cycles_t idle, last_idle, begin; member