Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Ddebugfs.c30 static u32 dbg_txdesc_index; variable
693 if (dbg_txdesc_index < vring->size) { in wil_txdesc_debugfs_show()
698 &vring->va[dbg_txdesc_index].tx; in wil_txdesc_debugfs_show()
700 struct sk_buff *skb = vring->ctx[dbg_txdesc_index].skb; in wil_txdesc_debugfs_show()
704 dbg_txdesc_index); in wil_txdesc_debugfs_show()
706 seq_printf(s, "Rx[%3d] = {\n", dbg_txdesc_index); in wil_txdesc_debugfs_show()
722 dbg_vring_index, dbg_txdesc_index, in wil_txdesc_debugfs_show()
726 dbg_txdesc_index, vring->size); in wil_txdesc_debugfs_show()
1276 {"desc_index", S_IRUGO | S_IWUSR, (ulong)&dbg_txdesc_index, doff_u32},