Searched refs:tx_m (Results 1 – 4 of 4) sorted by relevance
1611 txd->tx_m = *m_head; in arge_encap()2075 txd->tx_m = NULL; in arge_dma_alloc()2207 txd->tx_m = NULL; in arge_tx_ring_init()2235 if (txd->tx_m) in arge_tx_ring_free()2236 m_freem(txd->tx_m); in arge_tx_ring_free()2237 txd->tx_m = NULL; in arge_tx_ring_free()2467 if (txd->tx_m) in arge_tx_locked()2468 m_freem(txd->tx_m); in arge_tx_locked()2469 txd->tx_m = NULL; in arge_tx_locked()
111 struct mbuf *tx_m; member
788 txd->tx_m = *m_head; in are_encap()1216 txd->tx_m = NULL; in are_dma_alloc()1351 txd->tx_m = NULL; in are_tx_ring_init()1523 if (txd->tx_m) in are_tx()1524 m_freem(txd->tx_m); in are_tx()1525 txd->tx_m = NULL; in are_tx()
61 struct mbuf *tx_m; member