Home
last modified time | relevance | path

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

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