Lines Matching refs:tx_m
1346 txd->tx_m = NULL; in jme_dma_alloc()
1819 txd->tx_m = m; in jme_encap()
2236 if (txd->tx_m != NULL) { in jme_link_task()
2244 m_freem(txd->tx_m); in jme_link_task()
2245 txd->tx_m = NULL; in jme_link_task()
2440 KASSERT(txd->tx_m != NULL, in jme_txeof()
2442 m_freem(txd->tx_m); in jme_txeof()
2443 txd->tx_m = NULL; in jme_txeof()
3019 if (txd->tx_m != NULL) { in jme_stop()
3024 m_freem(txd->tx_m); in jme_stop()
3025 txd->tx_m = NULL; in jme_stop()
3088 txd->tx_m = NULL; in jme_init_tx_ring()