Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_vge.c178 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
1409 m_freem(txs->txs_mbuf); in vge_txeof()
1410 txs->txs_mbuf = NULL; in vge_txeof()
1595 txs->txs_mbuf = m_head; in vge_encap()
1703 KASSERT(txs->txs_mbuf == NULL); in vge_start()
1734 if (txs->txs_mbuf != m_head) { in vge_start()
1736 m_head = txs->txs_mbuf; in vge_start()
1808 sc->sc_txsoft[i].txs_mbuf = NULL; in vge_init()
2111 if (txs->txs_mbuf != NULL) { in vge_stop()
2113 m_freem(txs->txs_mbuf); in vge_stop()
[all …]
H A Dif_kse.c190 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
699 sc->sc_txsoft[i].txs_mbuf = NULL; in kse_init()
822 if (txs->txs_mbuf != NULL) { in kse_stop()
824 m_freem(txs->txs_mbuf); in kse_stop()
825 txs->txs_mbuf = NULL; in kse_stop()
993 txs->txs_mbuf = m0; in kse_start()
1244 m_freem(txs->txs_mbuf); in txreap()
1245 txs->txs_mbuf = NULL; in txreap()
H A Dif_pcn.c164 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
1119 txs->txs_mbuf = m0; in pcn_start()
1408 m_freem(txs->txs_mbuf); in pcn_txintr()
1409 txs->txs_mbuf = NULL; in pcn_txintr()
1658 sc->sc_txsoft[i].txs_mbuf = NULL; in pcn_init()
1881 if (txs->txs_mbuf != NULL) { in pcn_stop()
1883 m_freem(txs->txs_mbuf); in pcn_stop()
1884 txs->txs_mbuf = NULL; in pcn_stop()
H A Dif_dge.c228 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
1064 struct mbuf *m0 = txs->txs_mbuf;
1308 txs->txs_mbuf = m0;
1634 m_freem(txs->txs_mbuf);
1635 txs->txs_mbuf = NULL;
1955 sc->sc_txsoft[i].txs_mbuf = NULL;
2119 if (txs->txs_mbuf != NULL) {
2121 m_freem(txs->txs_mbuf);
2122 txs->txs_mbuf = NULL;
H A Dif_sip.c169 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
1633 txs->txs_mbuf = m0; in sipcom_start()
1995 m_freem(txs->txs_mbuf); in sipcom_txintr()
1996 txs->txs_mbuf = NULL; in sipcom_txintr()
2614 txs->txs_mbuf = NULL; in sipcom_init()
2864 if (txs->txs_mbuf == NULL) { in sipcom_stop()
2873 m_freem(txs->txs_mbuf); in sipcom_stop()
2874 txs->txs_mbuf = NULL; in sipcom_stop()
H A Dif_wm.c225 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
5094 if (txs->txs_mbuf != NULL) { in wm_stop_locked()
5096 m_freem(txs->txs_mbuf); in wm_stop_locked()
5097 txs->txs_mbuf = NULL; in wm_stop_locked()
5705 txq->txq_soft[i].txs_mbuf = NULL; in wm_init_tx_buffer()
5888 struct mbuf *m0 = txs->txs_mbuf; in wm_tx_offload()
6255 txs->txs_mbuf = m0; in wm_start_locked()
6404 struct mbuf *m0 = txs->txs_mbuf; in wm_nq_tx_offload()
6798 txs->txs_mbuf = m0; in wm_nq_send_common_locked()
7034 m_freem(txs->txs_mbuf); in wm_txeof()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dgem.c339 txs->txs_mbuf = NULL; in gem_attach()
731 if (txs->txs_mbuf != NULL) { in gem_stop()
735 m_freem(txs->txs_mbuf); in gem_stop()
736 txs->txs_mbuf = NULL; in gem_stop()
1573 txs->txs_mbuf = m0; in gem_start()
1713 if (txs->txs_mbuf != NULL) { in gem_tint()
1714 m_freem(txs->txs_mbuf); in gem_tint()
1715 txs->txs_mbuf = NULL; in gem_tint()
H A Datw.c1284 txs->txs_mbuf = NULL; in atw_init()
2593 if (txs->txs_mbuf != NULL) { in atw_txdrain()
2595 m_freem(txs->txs_mbuf); in atw_txdrain()
2596 txs->txs_mbuf = NULL; in atw_txdrain()
2706 if (txs->txs_mbuf != NULL) { in atw_detach()
2708 m_freem(txs->txs_mbuf); in atw_detach()
2709 txs->txs_mbuf = NULL; in atw_detach()
3276 m_freem(txs->txs_mbuf); in atw_txintr()
3277 txs->txs_mbuf = NULL; in atw_txintr()
3798 txs->txs_mbuf = m0; in atw_start()
H A Di82557.c932 txs->txs_mbuf = m0; in fxp_start()
1186 m_freem(txs->txs_mbuf); in fxp_txintr()
1187 txs->txs_mbuf = NULL; in fxp_txintr()
1641 if (txs->txs_mbuf != NULL) { in fxp_stop()
1643 m_freem(txs->txs_mbuf); in fxp_stop()
1644 txs->txs_mbuf = NULL; in fxp_stop()
H A Dgemvar.h91 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
H A Dtulip.c640 if (txs->txs_mbuf != NULL) { in tlp_detach()
642 m_freem(txs->txs_mbuf); in tlp_detach()
643 txs->txs_mbuf = NULL; in tlp_detach()
859 txs->txs_mbuf = m0; in tlp_start()
1469 if (txs->txs_mbuf == NULL) { in tlp_txintr()
1488 m_freem(txs->txs_mbuf); in tlp_txintr()
1489 txs->txs_mbuf = NULL; in tlp_txintr()
1810 txs->txs_mbuf = NULL; in tlp_init()
2064 m_freem(txs->txs_mbuf); in tlp_stop()
2065 txs->txs_mbuf = NULL; in tlp_stop()
[all …]
H A Di82557var.h159 struct mbuf *txs_mbuf; /* head of mbuf chain */ member
H A Dtulipvar.h98 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member
H A Datwvar.h83 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member