Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1453 static ulong rxf_old, txf_old; in info_show() local
1461 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show()
1463 txf_old = txf; in info_show()