txq_mbuf         1184 dev/ic/re.c    		sc->rl_ldata.rl_txq[i].txq_mbuf = NULL;
txq_mbuf         1385 dev/ic/re.c    		if (txq->txq_mbuf == NULL) {
txq_mbuf         1405 dev/ic/re.c    		m_freem(txq->txq_mbuf);
txq_mbuf         1406 dev/ic/re.c    		txq->txq_mbuf = NULL;
txq_mbuf         1691 dev/ic/re.c    	txq->txq_mbuf = m;
txq_mbuf         1732 dev/ic/re.c    		if (sc->rl_ldata.rl_txq[idx].txq_mbuf != NULL) {
txq_mbuf         2101 dev/ic/re.c    		if (sc->rl_ldata.rl_txq[i].txq_mbuf != NULL) {
txq_mbuf         2104 dev/ic/re.c    			m_freem(sc->rl_ldata.rl_txq[i].txq_mbuf);
txq_mbuf         2105 dev/ic/re.c    			sc->rl_ldata.rl_txq[i].txq_mbuf = NULL;
txq_mbuf          689 dev/ic/rtl81x9reg.h 	struct mbuf *txq_mbuf;