Home
last modified time | relevance | path

Searched refs:tx_m (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/atheros/
H A Dif_arge.c1611 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()
H A Dif_argevar.h111 struct mbuf *tx_m; member
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c788 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()
H A Dif_arereg.h61 struct mbuf *tx_m; member