Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/nge/
H A Dif_nge.c558 if (txd->tx_m != NULL) { in nge_miibus_statchg()
563 m_freem(txd->tx_m); in nge_miibus_statchg()
564 txd->tx_m = NULL; in nge_miibus_statchg()
1174 txd->tx_m = NULL; in nge_dma_alloc()
1305 txd->tx_m = NULL; in nge_list_tx_init()
1651 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n", in nge_txeof()
1653 m_freem(txd->tx_m); in nge_txeof()
1654 txd->tx_m = NULL; in nge_txeof()
1959 txd->tx_m = m; in nge_encap()
2494 if (txd->tx_m != NULL) { in nge_stop()
[all …]
H A Dif_ngereg.h566 struct mbuf *tx_m; member
/freebsd/sys/dev/vr/
H A Dif_vr.c1022 txd->tx_m = NULL; in vr_dma_alloc()
1154 txd->tx_m = NULL; in vr_tx_ring_init()
1467 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n", in vr_txeof()
1480 m_freem(txd->tx_m); in vr_txeof()
1481 txd->tx_m = NULL; in vr_txeof()
1533 m_freem(txd->tx_m); in vr_txeof()
1534 txd->tx_m = NULL; in vr_txeof()
1882 txd->tx_m = *m_head; in vr_encap()
2465 if (txd->tx_m != NULL) { in vr_stop()
2470 m_freem(txd->tx_m); in vr_stop()
[all …]
H A Dif_vrreg.h656 struct mbuf *tx_m; member
/freebsd/sys/dev/vte/
H A Dif_vtevar.h64 struct mbuf *tx_m; member
H A Dif_vte.c811 txd->tx_m = NULL; in vte_dma_alloc()
1082 txd->tx_m = m; in vte_encap()
1403 m_freem(txd->tx_m); in vte_txeof()
1405 txd->tx_m = NULL; in vte_txeof()
1798 if (txd->tx_m != NULL) { in vte_stop()
1804 m_freem(txd->tx_m); in vte_stop()
1805 txd->tx_m = NULL; in vte_stop()
1899 txd->tx_m = NULL; in vte_init_tx_ring()
/freebsd/sys/dev/sge/
H A Dif_sge.c862 txd->tx_m = NULL; in sge_dma_alloc()
1001 if (txd->tx_m != NULL) { in sge_list_tx_free()
1005 m_freem(txd->tx_m); in sge_list_tx_free()
1006 txd->tx_m = NULL; in sge_list_tx_free()
1272 KASSERT(txd->tx_m != NULL, in sge_txeof()
1277 m_freem(txd->tx_m); in sge_txeof()
1278 txd->tx_m = NULL; in sge_txeof()
1538 txd->tx_m = m; in sge_encap()
H A Dif_sgereg.h305 struct mbuf *tx_m; member
/freebsd/sys/dev/sis/
H A Dif_sis.c1292 txd->tx_m = NULL; in sis_dma_alloc()
1374 txd->tx_m = NULL; in sis_ring_init()
1590 if (txd->tx_m != NULL) { in sis_txeof()
1594 m_freem(txd->tx_m); in sis_txeof()
1595 txd->tx_m = NULL; in sis_txeof()
1857 sc->sis_txdesc[prod].tx_m = *m_head; in sis_encap()
2258 if (txd->tx_m != NULL) { in sis_stop()
2262 m_freem(txd->tx_m); in sis_stop()
2263 txd->tx_m = NULL; in sis_stop()
H A Dif_sisreg.h444 struct mbuf *tx_m; member
/freebsd/sys/dev/jme/
H A Dif_jme.c1346 txd->tx_m = NULL; in jme_dma_alloc()
1819 txd->tx_m = m; in jme_encap()
2236 if (txd->tx_m != NULL) { in jme_link_task()
2244 m_freem(txd->tx_m); in jme_link_task()
2245 txd->tx_m = NULL; in jme_link_task()
2440 KASSERT(txd->tx_m != NULL, in jme_txeof()
2442 m_freem(txd->tx_m); in jme_txeof()
2443 txd->tx_m = NULL; in jme_txeof()
3019 if (txd->tx_m != NULL) { in jme_stop()
3024 m_freem(txd->tx_m); in jme_stop()
[all …]
H A Dif_jmevar.h100 struct mbuf *tx_m; member
/freebsd/sys/dev/vge/
H A Dif_vge.c877 txd->tx_m = NULL; in vge_dma_alloc()
1313 txd->tx_m = NULL; in vge_tx_list_init()
1390 if (txd->tx_m != NULL) { in vge_freebufs()
1395 m_freem(txd->tx_m); in vge_freebufs()
1396 txd->tx_m = NULL; in vge_freebufs()
1634 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n", in vge_txeof()
1636 m_freem(txd->tx_m); in vge_txeof()
1637 txd->tx_m = NULL; in vge_txeof()
1921 txd->tx_m = m; in vge_encap()
H A Dif_vgevar.h89 struct mbuf *tx_m; member
/freebsd/sys/dev/stge/
H A Dif_stge.c852 txd->tx_m = NULL; in stge_dma_alloc()
1129 txd->tx_m = m; in stge_encap()
1553 m_freem(txd->tx_m); in stge_txeof()
1554 txd->tx_m = NULL; in stge_txeof()
2246 if (txd->tx_m != NULL) { in stge_stop()
2251 m_freem(txd->tx_m); in stge_stop()
2252 txd->tx_m = NULL; in stge_stop()
H A Dif_stgereg.h567 struct mbuf *tx_m; /* head of our mbuf chain */ member
/freebsd/sys/dev/ale/
H A Dif_alevar.h68 struct mbuf *tx_m; member
H A Dif_ale.c1268 txd->tx_m = NULL; in ale_dma_alloc()
1823 txd->tx_m = m; in ale_encap()
2300 if (txd->tx_m != NULL) { in ale_txeof()
2306 m_freem(txd->tx_m); in ale_txeof()
2307 txd->tx_m = NULL; in ale_txeof()
2858 if (txd->tx_m != NULL) { in ale_stop()
2863 m_freem(txd->tx_m); in ale_stop()
2864 txd->tx_m = NULL; in ale_stop()
2910 txd->tx_m = NULL; in ale_init_tx_ring()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h91 struct mbuf *tx_m; member
H A Dif_alc.c2279 txd->tx_m = NULL; in alc_dma_alloc()
2907 txd->tx_m = m; in alc_encap()
3453 if (txd->tx_m != NULL) { in alc_txeof()
3459 m_freem(txd->tx_m); in alc_txeof()
3460 txd->tx_m = NULL; in alc_txeof()
4350 if (txd->tx_m != NULL) { in alc_stop()
4355 m_freem(txd->tx_m); in alc_stop()
4356 txd->tx_m = NULL; in alc_stop()
4467 txd->tx_m = NULL; in alc_init_tx_ring()
/freebsd/sys/dev/age/
H A Dif_agevar.h72 struct mbuf *tx_m; member
H A Dif_age.c1136 txd->tx_m = NULL; in age_dma_alloc()
1686 txd->tx_m = m; in age_encap()
2214 if (txd->tx_m == NULL) in age_txintr()
2220 m_freem(txd->tx_m); in age_txintr()
2221 txd->tx_m = NULL; in age_txintr()
2886 if (txd->tx_m != NULL) { in age_stop()
2891 m_freem(txd->tx_m); in age_stop()
2892 txd->tx_m = NULL; in age_stop()
2973 txd->tx_m = NULL; in age_init_tx_ring()
/freebsd/sys/dev/re/
H A Dif_re.c2086 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL; in re_tx_list_init()
2447 KASSERT(txd->tx_m != NULL, in re_txeof()
2449 m_freem(txd->tx_m); in re_txeof()
2450 txd->tx_m = NULL; in re_txeof()
2915 txd_last->tx_m = *m_head; in re_encap()
3672 if (txd->tx_m != NULL) { in re_stop()
3677 m_freem(txd->tx_m); in re_stop()
3678 txd->tx_m = NULL; in re_stop()
/freebsd/sys/dev/sk/
H A Dif_sk.c1988 txd->tx_m = NULL; in sk_dma_alloc()
2360 txd->tx_m = m; in sk_encap()
2795 m_freem(txd->tx_m); in sk_txeof()
2796 txd->tx_m = NULL; in sk_txeof()
3680 if (txd->tx_m != NULL) { in sk_stop()
3685 m_freem(txd->tx_m); in sk_stop()
3686 txd->tx_m = NULL; in sk_stop()
/freebsd/sys/dev/msk/
H A Dif_msk.c846 txd->tx_m = NULL; in msk_init_tx_ring()
2332 txd->tx_m = NULL; in msk_txrx_dma_alloc()
2857 txd->tx_m = m; in msk_encap()
3327 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!", in msk_txeof()
3329 m_freem(txd->tx_m); in msk_txeof()
3330 txd->tx_m = NULL; in msk_txeof()
4247 if (txd->tx_m != NULL) { in msk_stop()
4252 m_freem(txd->tx_m); in msk_stop()
4253 txd->tx_m = NULL; in msk_stop()

12