Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1151 static ulong rxf_old, txf_old; in wil_info_debugfs_show() local
1159 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in wil_info_debugfs_show()
1161 txf_old = txf; in wil_info_debugfs_show()