Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c1457 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()
Dwil6210.h396 cycles_t idle, last_idle, begin; member