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