Searched refs:txdesc_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1068 int txdesc_idx = dbg_txdesc_index; in txdesc_show() local 1099 if (txdesc_idx >= ring->size) { in txdesc_show() 1102 ring_idx, txdesc_idx, ring->size); in txdesc_show() 1105 txdesc_idx, ring->size); in txdesc_show() 1112 d = &ring->va[txdesc_idx].tx.legacy; in txdesc_show() 1118 skb = ring->ctx ? ring->ctx[txdesc_idx].skb : NULL; in txdesc_show() 1122 &ring->va[txdesc_idx].rx.enhanced; in txdesc_show() 1132 skb = ring->ctx[txdesc_idx].skb; in txdesc_show() 1136 txdesc_idx); in txdesc_show() 1138 seq_printf(s, "Rx[%3d] = {\n", txdesc_idx); in txdesc_show() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1068 int txdesc_idx = dbg_txdesc_index; in txdesc_show() local 1099 if (txdesc_idx >= ring->size) { in txdesc_show() 1102 ring_idx, txdesc_idx, ring->size); in txdesc_show() 1105 txdesc_idx, ring->size); in txdesc_show() 1112 d = &ring->va[txdesc_idx].tx.legacy; in txdesc_show() 1118 skb = ring->ctx ? ring->ctx[txdesc_idx].skb : NULL; in txdesc_show() 1122 &ring->va[txdesc_idx].rx.enhanced; in txdesc_show() 1132 skb = ring->ctx[txdesc_idx].skb; in txdesc_show() 1136 txdesc_idx); in txdesc_show() 1138 seq_printf(s, "Rx[%3d] = {\n", txdesc_idx); in txdesc_show() [all...] |
Completed in 6 milliseconds