Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1003 static ulong rxf_old, txf_old; in wil_info_debugfs_show() local
1010 seq_printf(s, "Rx irqs:packets : %8d : %8ld\n", rx, rxf - rxf_old); in wil_info_debugfs_show()
1012 rxf_old = rxf; in wil_info_debugfs_show()