Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1462 static ulong rxf_old, txf_old; in info_show() local
1470 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show()
1472 txf_old = txf; in info_show()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A 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()

Completed in 7 milliseconds