Home
last modified time | relevance | path

Searched refs:txs_mbuf (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_pcn.c196 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
936 txs->txs_mbuf = m0; in pcn_start()
1220 m_freem(txs->txs_mbuf); in pcn_txintr()
1221 txs->txs_mbuf = NULL; in pcn_txintr()
1471 sc->sc_txsoft[i].txs_mbuf = NULL; in pcn_init()
1694 if (txs->txs_mbuf != NULL) { in pcn_stop()
1696 m_freem(txs->txs_mbuf); in pcn_stop()
1697 txs->txs_mbuf = NULL; in pcn_stop()
/openbsd/sys/dev/ic/
H A Datw.c1314 txs->txs_mbuf = NULL; in atw_init()
2615 if (txs->txs_mbuf != NULL) { in atw_txdrain()
2617 m_freem(txs->txs_mbuf); in atw_txdrain()
2618 txs->txs_mbuf = NULL; in atw_txdrain()
2723 if (txs->txs_mbuf != NULL) { in atw_detach()
2725 m_freem(txs->txs_mbuf); in atw_detach()
2726 txs->txs_mbuf = NULL; in atw_detach()
3259 m_freem(txs->txs_mbuf); in atw_txintr()
3260 txs->txs_mbuf = NULL; in atw_txintr()
3913 txs->txs_mbuf = m0; in atw_start()
H A Datwvar.h103 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member