/freebsd/sys/dev/nge/ |
H A D | if_nge.c | 558 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 D | if_ngereg.h | 566 struct mbuf *tx_m; member
|
/freebsd/sys/dev/vr/ |
H A D | if_vr.c | 1023 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 D | if_vrreg.h | 656 struct mbuf *tx_m; member
|
/freebsd/sys/dev/sge/ |
H A D | if_sge.c | 862 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 D | if_sgereg.h | 305 struct mbuf *tx_m; member
|
/freebsd/sys/dev/sis/ |
H A D | if_sis.c | 1292 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 D | if_sisreg.h | 444 struct mbuf *tx_m; member
|
/freebsd/sys/dev/vte/ |
H A D | if_vtevar.h | 64 struct mbuf *tx_m; member
|
H A D | if_vte.c | 811 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 D | if_jme.c | 1347 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 D | if_jmevar.h | 100 struct mbuf *tx_m; member
|
/freebsd/sys/dev/vge/ |
H A D | if_vge.c | 877 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 D | if_vgevar.h | 89 struct mbuf *tx_m; member
|
/freebsd/sys/dev/stge/ |
H A D | if_stge.c | 852 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 D | if_stgereg.h | 567 struct mbuf *tx_m; /* head of our mbuf chain */ member
|
/freebsd/sys/dev/ale/ |
H A D | if_ale.c | 1269 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 D | if_alevar.h | 68 struct mbuf *tx_m; member
|
/freebsd/sys/dev/alc/ |
H A D | if_alcvar.h | 91 struct mbuf *tx_m; member
|
H A D | if_alc.c | 2280 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 D | if_agevar.h | 72 struct mbuf *tx_m; member
|
H A D | if_age.c | 1137 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 D | if_re.c | 2084 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 D | if_sk.c | 1988 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 D | if_msk.c | 846 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()
|