Home | History | Annotate | Download | only in pci

Lines Matching defs:txs_mbuf

179 	struct mbuf	*txs_mbuf;		/* head of our mbuf chain */
1386 m_freem(txs->txs_mbuf);
1387 txs->txs_mbuf = NULL;
1566 txs->txs_mbuf = m_head;
1665 KASSERT(txs->txs_mbuf == NULL);
1694 if (txs->txs_mbuf != m_head) {
1696 m_head = txs->txs_mbuf;
1768 sc->sc_txsoft[i].txs_mbuf = NULL;
2078 if (txs->txs_mbuf != NULL) {
2080 m_freem(txs->txs_mbuf);
2081 txs->txs_mbuf = NULL;