Home
last modified time | relevance | path

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

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