| /freebsd-14.2/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() 1178 txd->tx_m = NULL; in nge_dma_alloc() 1309 txd->tx_m = NULL; in nge_list_tx_init() 1657 m_freem(txd->tx_m); in nge_txeof() 1658 txd->tx_m = NULL; in nge_txeof() 1963 txd->tx_m = m; in nge_encap() 2498 if (txd->tx_m != NULL) { in nge_stop() 2503 m_freem(txd->tx_m); in nge_stop() [all …]
|
| H A D | if_ngereg.h | 566 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/vr/ |
| H A D | if_vr.c | 1025 txd->tx_m = NULL; in vr_dma_alloc() 1157 txd->tx_m = NULL; in vr_tx_ring_init() 1470 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n", in vr_txeof() 1483 m_freem(txd->tx_m); in vr_txeof() 1484 txd->tx_m = NULL; in vr_txeof() 1536 m_freem(txd->tx_m); in vr_txeof() 1537 txd->tx_m = NULL; in vr_txeof() 1885 txd->tx_m = *m_head; in vr_encap() 2468 if (txd->tx_m != NULL) { in vr_stop() 2473 m_freem(txd->tx_m); in vr_stop() [all …]
|
| H A D | if_vrreg.h | 656 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/vte/ |
| H A D | if_vtevar.h | 64 struct mbuf *tx_m; member
|
| H A D | if_vte.c | 816 txd->tx_m = NULL; in vte_dma_alloc() 1087 txd->tx_m = m; in vte_encap() 1408 m_freem(txd->tx_m); in vte_txeof() 1410 txd->tx_m = NULL; in vte_txeof() 1803 if (txd->tx_m != NULL) { in vte_stop() 1809 m_freem(txd->tx_m); in vte_stop() 1810 txd->tx_m = NULL; in vte_stop() 1904 txd->tx_m = NULL; in vte_init_tx_ring()
|
| /freebsd-14.2/sys/dev/sge/ |
| H A D | if_sge.c | 864 txd->tx_m = NULL; in sge_dma_alloc() 1003 if (txd->tx_m != NULL) { in sge_list_tx_free() 1007 m_freem(txd->tx_m); in sge_list_tx_free() 1008 txd->tx_m = NULL; in sge_list_tx_free() 1274 KASSERT(txd->tx_m != NULL, in sge_txeof() 1279 m_freem(txd->tx_m); in sge_txeof() 1280 txd->tx_m = NULL; in sge_txeof() 1540 txd->tx_m = m; in sge_encap()
|
| H A D | if_sgereg.h | 305 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/sis/ |
| H A D | if_sis.c | 1294 txd->tx_m = NULL; in sis_dma_alloc() 1376 txd->tx_m = NULL; in sis_ring_init() 1592 if (txd->tx_m != NULL) { in sis_txeof() 1596 m_freem(txd->tx_m); in sis_txeof() 1597 txd->tx_m = NULL; in sis_txeof() 1859 sc->sis_txdesc[prod].tx_m = *m_head; in sis_encap() 2260 if (txd->tx_m != NULL) { in sis_stop() 2264 m_freem(txd->tx_m); in sis_stop() 2265 txd->tx_m = NULL; in sis_stop()
|
| H A D | if_sisreg.h | 444 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/jme/ |
| H A D | if_jme.c | 1352 txd->tx_m = NULL; in jme_dma_alloc() 1840 txd->tx_m = m; in jme_encap() 2257 if (txd->tx_m != NULL) { in jme_link_task() 2265 m_freem(txd->tx_m); in jme_link_task() 2266 txd->tx_m = NULL; in jme_link_task() 2463 m_freem(txd->tx_m); in jme_txeof() 2464 txd->tx_m = NULL; in jme_txeof() 3040 if (txd->tx_m != NULL) { in jme_stop() 3045 m_freem(txd->tx_m); in jme_stop() 3046 txd->tx_m = NULL; in jme_stop() [all …]
|
| H A D | if_jmevar.h | 100 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/vge/ |
| H A D | if_vge.c | 877 txd->tx_m = NULL; in vge_dma_alloc() 1317 txd->tx_m = NULL; in vge_tx_list_init() 1394 if (txd->tx_m != NULL) { in vge_freebufs() 1399 m_freem(txd->tx_m); in vge_freebufs() 1400 txd->tx_m = NULL; in vge_freebufs() 1638 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n", in vge_txeof() 1640 m_freem(txd->tx_m); in vge_txeof() 1641 txd->tx_m = NULL; in vge_txeof() 1925 txd->tx_m = m; in vge_encap()
|
| H A D | if_vgevar.h | 89 struct mbuf *tx_m; member
|
| /freebsd-14.2/sys/dev/ale/ |
| H A D | if_alevar.h | 68 struct mbuf *tx_m; member
|
| H A D | if_ale.c | 1274 txd->tx_m = NULL; in ale_dma_alloc() 1846 txd->tx_m = m; in ale_encap() 2323 if (txd->tx_m != NULL) { in ale_txeof() 2329 m_freem(txd->tx_m); in ale_txeof() 2330 txd->tx_m = NULL; in ale_txeof() 2881 if (txd->tx_m != NULL) { in ale_stop() 2886 m_freem(txd->tx_m); in ale_stop() 2887 txd->tx_m = NULL; in ale_stop() 2933 txd->tx_m = NULL; in ale_init_tx_ring()
|
| /freebsd-14.2/sys/dev/stge/ |
| H A D | if_stge.c | 856 txd->tx_m = NULL; in stge_dma_alloc() 1133 txd->tx_m = m; in stge_encap() 1557 m_freem(txd->tx_m); in stge_txeof() 1558 txd->tx_m = NULL; in stge_txeof() 2250 if (txd->tx_m != NULL) { in stge_stop() 2255 m_freem(txd->tx_m); in stge_stop() 2256 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-14.2/sys/dev/age/ |
| H A D | if_agevar.h | 72 struct mbuf *tx_m; member
|
| H A D | if_age.c | 1142 txd->tx_m = NULL; in age_dma_alloc() 1696 txd->tx_m = m; in age_encap() 2224 if (txd->tx_m == NULL) in age_txintr() 2230 m_freem(txd->tx_m); in age_txintr() 2231 txd->tx_m = NULL; in age_txintr() 2896 if (txd->tx_m != NULL) { in age_stop() 2901 m_freem(txd->tx_m); in age_stop() 2902 txd->tx_m = NULL; in age_stop() 2983 txd->tx_m = NULL; in age_init_tx_ring()
|
| /freebsd-14.2/sys/dev/alc/ |
| H A D | if_alcvar.h | 91 struct mbuf *tx_m; member
|
| H A D | if_alc.c | 2285 txd->tx_m = NULL; in alc_dma_alloc() 2936 txd->tx_m = m; in alc_encap() 3482 if (txd->tx_m != NULL) { in alc_txeof() 3488 m_freem(txd->tx_m); in alc_txeof() 3489 txd->tx_m = NULL; in alc_txeof() 4379 if (txd->tx_m != NULL) { in alc_stop() 4384 m_freem(txd->tx_m); in alc_stop() 4385 txd->tx_m = NULL; in alc_stop() 4496 txd->tx_m = NULL; in alc_init_tx_ring()
|
| /freebsd-14.2/sys/dev/re/ |
| H A D | if_re.c | 2086 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() 3669 if (txd->tx_m != NULL) { in re_stop() 3674 m_freem(txd->tx_m); in re_stop() 3675 txd->tx_m = NULL; in re_stop()
|
| /freebsd-14.2/sys/dev/sk/ |
| H A D | if_sk.c | 2003 txd->tx_m = NULL; in sk_dma_alloc() 2375 txd->tx_m = m; in sk_encap() 2810 m_freem(txd->tx_m); in sk_txeof() 2811 txd->tx_m = NULL; in sk_txeof() 3695 if (txd->tx_m != NULL) { in sk_stop() 3700 m_freem(txd->tx_m); in sk_stop() 3701 txd->tx_m = NULL; in sk_stop()
|
| /freebsd-14.2/sys/dev/msk/ |
| H A D | if_msk.c | 845 txd->tx_m = NULL; in msk_init_tx_ring() 2352 txd->tx_m = NULL; in msk_txrx_dma_alloc() 2877 txd->tx_m = m; in msk_encap() 3347 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!", in msk_txeof() 3349 m_freem(txd->tx_m); in msk_txeof() 3350 txd->tx_m = NULL; in msk_txeof() 4267 if (txd->tx_m != NULL) { in msk_stop() 4272 m_freem(txd->tx_m); in msk_stop() 4273 txd->tx_m = NULL; in msk_stop()
|