Searched refs:dbg_txdesc_index (Results 1 – 1 of 1) sorted by relevance
31 static u32 dbg_txdesc_index; variable906 if (dbg_txdesc_index < vring->size) { in wil_txdesc_debugfs_show()911 &vring->va[dbg_txdesc_index].tx; in wil_txdesc_debugfs_show()913 struct sk_buff *skb = vring->ctx[dbg_txdesc_index].skb; in wil_txdesc_debugfs_show()917 dbg_txdesc_index); in wil_txdesc_debugfs_show()919 seq_printf(s, "Rx[%3d] = {\n", dbg_txdesc_index); in wil_txdesc_debugfs_show()935 dbg_vring_index, dbg_txdesc_index, in wil_txdesc_debugfs_show()939 dbg_txdesc_index, vring->size); in wil_txdesc_debugfs_show()1508 {"desc_index", S_IRUGO | S_IWUSR, (ulong)&dbg_txdesc_index, doff_u32},