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.c1023 txd->tx_m = NULL; in vr_dma_alloc()
1155 txd->tx_m = NULL; in vr_tx_ring_init()
1468 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n", in vr_txeof()
1481 m_freem(txd->tx_m); in vr_txeof()
1482 txd->tx_m = NULL; in vr_txeof()
1534 m_freem(txd->tx_m); in vr_txeof()
1535 txd->tx_m = NULL; in vr_txeof()
1883 txd->tx_m = *m_head; in vr_encap()
2466 if (txd->tx_m != NULL) { in vr_stop()
2471 m_freem(txd->tx_m); in vr_stop()
[all …]
H A Dif_vrreg.h656 struct mbuf *tx_m; member
/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/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/jme/
H A Dif_jme.c1347 txd->tx_m = NULL; in jme_dma_alloc()
1835 txd->tx_m = m; in jme_encap()
2252 if (txd->tx_m != NULL) { in jme_link_task()
2260 m_freem(txd->tx_m); in jme_link_task()
2261 txd->tx_m = NULL; in jme_link_task()
2456 KASSERT(txd->tx_m != NULL, in jme_txeof()
2458 m_freem(txd->tx_m); in jme_txeof()
2459 txd->tx_m = NULL; in jme_txeof()
3035 if (txd->tx_m != NULL) { in jme_stop()
3040 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()
1315 txd->tx_m = NULL; in vge_tx_list_init()
1392 if (txd->tx_m != NULL) { in vge_freebufs()
1397 m_freem(txd->tx_m); in vge_freebufs()
1398 txd->tx_m = NULL; in vge_freebufs()
1636 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n", in vge_txeof()
1638 m_freem(txd->tx_m); in vge_txeof()
1639 txd->tx_m = NULL; in vge_txeof()
1923 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_ale.c1269 txd->tx_m = NULL; in ale_dma_alloc()
1841 txd->tx_m = m; in ale_encap()
2318 if (txd->tx_m != NULL) { in ale_txeof()
2324 m_freem(txd->tx_m); in ale_txeof()
2325 txd->tx_m = NULL; in ale_txeof()
2876 if (txd->tx_m != NULL) { in ale_stop()
2881 m_freem(txd->tx_m); in ale_stop()
2882 txd->tx_m = NULL; in ale_stop()
2928 txd->tx_m = NULL; in ale_init_tx_ring()
H A Dif_alevar.h68 struct mbuf *tx_m; member
/freebsd/sys/dev/alc/
H A Dif_alcvar.h91 struct mbuf *tx_m; member
H A Dif_alc.c2280 txd->tx_m = NULL; in alc_dma_alloc()
2931 txd->tx_m = m; in alc_encap()
3477 if (txd->tx_m != NULL) { in alc_txeof()
3483 m_freem(txd->tx_m); in alc_txeof()
3484 txd->tx_m = NULL; in alc_txeof()
4374 if (txd->tx_m != NULL) { in alc_stop()
4379 m_freem(txd->tx_m); in alc_stop()
4380 txd->tx_m = NULL; in alc_stop()
4491 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.c1137 txd->tx_m = NULL; in age_dma_alloc()
1691 txd->tx_m = m; in age_encap()
2219 if (txd->tx_m == NULL) in age_txintr()
2225 m_freem(txd->tx_m); in age_txintr()
2226 txd->tx_m = NULL; in age_txintr()
2891 if (txd->tx_m != NULL) { in age_stop()
2896 m_freem(txd->tx_m); in age_stop()
2897 txd->tx_m = NULL; in age_stop()
2978 txd->tx_m = NULL; in age_init_tx_ring()
/freebsd/sys/dev/re/
H A Dif_re.c2084 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL; in re_tx_list_init()
2445 KASSERT(txd->tx_m != NULL, in re_txeof()
2447 m_freem(txd->tx_m); in re_txeof()
2448 txd->tx_m = NULL; in re_txeof()
2913 txd_last->tx_m = *m_head; in re_encap()
3667 if (txd->tx_m != NULL) { in re_stop()
3672 m_freem(txd->tx_m); in re_stop()
3673 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