Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dtxrx.c1124 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()
Dtxrx_edma.c1291 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()
1504 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
Dwil6210.h636 cycles_t idle, last_idle, begin; member