rge_txq
if (q->q_tx.rge_txq[i].txq_mbuf != NULL) {
q->q_tx.rge_txq[i].txq_dmamap);
m_freem(q->q_tx.rge_txq[i].txq_mbuf);
q->q_tx.rge_txq[i].txq_mbuf = NULL;
&q->q_tx.rge_txq[i].txq_dmamap);
q->q_tx.rge_txq[i].txq_mbuf = NULL;
struct rge_txq *txq;
txq = &q->q_tx.rge_txq[idx];
struct rge_txq *txq;
txq = &q->q_tx.rge_txq[idx];
struct rge_txq rge_txq[RGE_TX_LIST_CNT];