Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1085 int txdesc_idx = dbg_txdesc_index; in txdesc_show() local
1116 if (txdesc_idx >= ring->size) { in txdesc_show()
1119 ring_idx, txdesc_idx, ring->size); in txdesc_show()
1122 txdesc_idx, ring->size); in txdesc_show()
1129 d = &ring->va[txdesc_idx].tx.legacy; in txdesc_show()
1135 skb = ring->ctx ? ring->ctx[txdesc_idx].skb : NULL; in txdesc_show()
1139 &ring->va[txdesc_idx].rx.enhanced; in txdesc_show()
1149 skb = ring->ctx[txdesc_idx].skb; in txdesc_show()
1153 txdesc_idx); in txdesc_show()
1155 seq_printf(s, "Rx[%3d] = {\n", txdesc_idx); in txdesc_show()