Lines Matching refs:tx_m
1022 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()
2471 txd->tx_m = NULL; in vr_stop()