Searched refs:txdesc_idx (Results 1 – 1 of 1) sorted by relevance
1074 int txdesc_idx = dbg_txdesc_index; in txdesc_show() local1105 if (txdesc_idx >= ring->size) { in txdesc_show()1108 ring_idx, txdesc_idx, ring->size); in txdesc_show()1111 txdesc_idx, ring->size); in txdesc_show()1118 d = &ring->va[txdesc_idx].tx.legacy; in txdesc_show()1124 skb = ring->ctx ? ring->ctx[txdesc_idx].skb : NULL; in txdesc_show()1128 &ring->va[txdesc_idx].rx.enhanced; in txdesc_show()1138 skb = ring->ctx[txdesc_idx].skb; in txdesc_show()1142 txdesc_idx); in txdesc_show()1144 seq_printf(s, "Rx[%3d] = {\n", txdesc_idx); in txdesc_show()