Searched refs:txdesc_idx (Results 1 – 1 of 1) sorted by relevance
1068 int txdesc_idx = dbg_txdesc_index; in txdesc_show() local1099 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()