Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1462 static ulong rxf_old, txf_old; in info_show() local
1470 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show()
1472 txf_old = txf; in info_show()