Lines Matching defs:txs_mbuf
272 struct mbuf *txs_mbuf; /* head of our mbuf chain */
7722 if (txs->txs_mbuf != NULL) {
7724 m_freem(txs->txs_mbuf);
7725 txs->txs_mbuf = NULL;
8396 txq->txq_soft[i].txs_mbuf = NULL;
8616 struct mbuf *m0 = txs->txs_mbuf;
9131 txs->txs_mbuf = m0;
9278 struct mbuf *m0 = txs->txs_mbuf;
9708 txs->txs_mbuf = m0;
9973 txq->txq_bytes += txs->txs_mbuf->m_pkthdr.len;
9979 m_freem(txs->txs_mbuf);
9980 txs->txs_mbuf = NULL;