Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bce/
HDif_bce.c3390 if (sc->tx_mbuf_map[i] != NULL) { in bce_dma_free()
3392 sc->tx_mbuf_map[i]); in bce_dma_free()
3394 sc->tx_mbuf_map[i]); in bce_dma_free()
3395 sc->tx_mbuf_map[i] = NULL; in bce_dma_free()
3732 &sc->tx_mbuf_map[i])) { in bce_dma_alloc()
5709 if (sc->tx_mbuf_map[i] != NULL) in bce_free_tx_chain()
5711 sc->tx_mbuf_map[i], in bce_free_tx_chain()
6984 sc->tx_mbuf_map[sw_tx_chain_cons]); in bce_tx_intr()
7416 map = sc->tx_mbuf_map[chain_prod]; in bce_tx_encap()
HDif_bcereg.h6609 bus_dmamap_t tx_mbuf_map[MAX_TX_BD_AVAIL]; member