Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c1208 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring()
1444 txdata->last_idle = get_cycles(); in wil_tx_complete()
Dwil6210.h400 cycles_t idle, last_idle, begin; member