Lines Matching refs:tx_m
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()
2499 m_freem(txd->tx_m); in nge_stop()
2500 txd->tx_m = NULL; in nge_stop()