Home | History | Annotate | Download | only in dev

Lines Matching defs:txs_mbuf

131 	struct mbuf 		*txs_mbuf;
442 sc->sc_txsoft[i].txs_mbuf = NULL;
694 if (txs->txs_mbuf != NULL)
727 txs->txs_mbuf = m;
806 if (txs->txs_mbuf != NULL) {
808 m_freem(txs->txs_mbuf);
809 txs->txs_mbuf = NULL;
1021 m_freem(txs->txs_mbuf);
1022 txs->txs_mbuf = NULL;
1289 if (sc->sc_txsoft[sc->sc_txsreap].txs_mbuf != NULL &&