Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dif_glc.c227 txs->txs_mbuf = NULL; in glc_attach()
323 if (txs->txs_mbuf != NULL) { in glc_init_locked()
324 m_freem(txs->txs_mbuf); in glc_init_locked()
325 txs->txs_mbuf = NULL; in glc_init_locked()
700 txs->txs_mbuf = *m_head; in glc_encap()
798 if (txs->txs_mbuf != NULL) { in glc_txintr()
799 m_freem(txs->txs_mbuf); in glc_txintr()
800 txs->txs_mbuf = NULL; in glc_txintr()
H A Dif_glcreg.h41 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
/freebsd/sys/dev/gem/
H A Dif_gem.c237 txs->txs_mbuf = NULL; in gem_attach()
659 if (txs->txs_mbuf != NULL) { in gem_stop()
660 m_freem(txs->txs_mbuf); in gem_stop()
661 txs->txs_mbuf = NULL; in gem_stop()
1202 txs->txs_mbuf = *m_head; in gem_load_txmbuf()
1444 if (txs->txs_mbuf != NULL) { in gem_tint()
1445 m_freem(txs->txs_mbuf); in gem_tint()
1446 txs->txs_mbuf = NULL; in gem_tint()
H A Dif_gemvar.h84 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
/freebsd/sys/dev/cas/
H A Dif_cas.c281 txs->txs_mbuf = NULL; in cas_attach()
737 if (txs->txs_mbuf != NULL) { in cas_stop()
738 m_freem(txs->txs_mbuf); in cas_stop()
739 txs->txs_mbuf = NULL; in cas_stop()
1306 txs->txs_mbuf = *m_head; in cas_load_txmbuf()
1562 if (txs->txs_mbuf != NULL) { in cas_tint()
1563 m_freem(txs->txs_mbuf); in cas_tint()
1564 txs->txs_mbuf = NULL; in cas_tint()
H A Dif_casvar.h105 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member