Home
last modified time | relevance | path

Searched refs:tx_mbuf_map (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bce/
H A Dif_bce.c3301 if (sc->tx_mbuf_map[i] != NULL) { in bce_dma_free()
3303 sc->tx_mbuf_map[i]); in bce_dma_free()
3305 sc->tx_mbuf_map[i]); in bce_dma_free()
3306 sc->tx_mbuf_map[i] = NULL; in bce_dma_free()
3639 &sc->tx_mbuf_map[i])) { in bce_dma_alloc()
5585 if (sc->tx_mbuf_map[i] != NULL) in bce_free_tx_chain()
5587 sc->tx_mbuf_map[i], in bce_free_tx_chain()
6835 sc->tx_mbuf_map[sw_tx_chain_cons]); in bce_tx_intr()
7261 map = sc->tx_mbuf_map[chain_prod]; in bce_tx_encap()
H A Dif_bcereg.h6534 bus_dmamap_t tx_mbuf_map[MAX_TX_BD_AVAIL]; member