Home
last modified time | relevance | path

Searched refs:tx_m (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_vte.c550 txd->tx_m = NULL; in vte_dma_alloc()
753 txd->tx_m = m; in vte_encap()
1026 m_freem(txd->tx_m); in vte_txeof()
1028 txd->tx_m = NULL; in vte_txeof()
1410 if (txd->tx_m != NULL) { in vte_stop()
1417 m_freem(txd->tx_m); in vte_stop()
1418 txd->tx_m = NULL; in vte_stop()
1507 txd->tx_m = NULL; in vte_init_tx_ring()
H A Dif_age.c903 txd->tx_m = NULL; in age_dma_alloc()
1300 txd->tx_m = m; in age_encap()
1301 KASSERT(txd_last->tx_m == NULL); in age_encap()
1304 txd_last->tx_m = m; in age_encap()
1352 if (txd->tx_m == NULL) in age_txintr()
1356 m_freem(txd->tx_m); in age_txintr()
1357 txd->tx_m = NULL; in age_txintr()
1960 if (txd->tx_m != NULL) { in age_stop()
1962 m_freem(txd->tx_m); in age_stop()
1963 txd->tx_m = NULL; in age_stop()
[all …]
H A Dif_ale.c824 txd->tx_m = NULL; in ale_dma_alloc()
1029 txd->tx_m = m; in ale_encap()
1358 if (txd->tx_m != NULL) { in ale_txeof()
1361 m_freem(txd->tx_m); in ale_txeof()
1362 txd->tx_m = NULL; in ale_txeof()
1893 if (txd->tx_m != NULL) { in ale_stop()
1895 m_freem(txd->tx_m); in ale_stop()
1896 txd->tx_m = NULL; in ale_stop()
1938 txd->tx_m = NULL; in ale_init_tx_ring()
H A Dif_vtevar.h69 struct mbuf *tx_m; member
H A Dif_alc.c1729 txd->tx_m = NULL; in alc_dma_alloc()
1951 txd->tx_m = m; in alc_encap()
2348 if (txd->tx_m != NULL) { in alc_txeof()
2353 m_freem(txd->tx_m); in alc_txeof()
2354 txd->tx_m = NULL; in alc_txeof()
3193 if (txd->tx_m != NULL) { in alc_stop()
3197 m_freem(txd->tx_m); in alc_stop()
3198 txd->tx_m = NULL; in alc_stop()
3305 txd->tx_m = NULL; in alc_init_tx_ring()
H A Dif_alereg.h793 struct mbuf *tx_m; member
H A Dif_agereg.h686 struct mbuf *tx_m; member
H A Dif_alcreg.h1329 struct mbuf *tx_m; member