Searched refs:tx_mbuf_map (Results 1 – 2 of 2) sorted by relevance
3323 if (sc->tx_mbuf_map[i] != NULL) { in bce_dma_free()3325 sc->tx_mbuf_map[i]); in bce_dma_free()3327 sc->tx_mbuf_map[i]); in bce_dma_free()3328 sc->tx_mbuf_map[i] = NULL; in bce_dma_free()3661 &sc->tx_mbuf_map[i])) { in bce_dma_alloc()5607 if (sc->tx_mbuf_map[i] != NULL) in bce_free_tx_chain()5609 sc->tx_mbuf_map[i], in bce_free_tx_chain()6857 sc->tx_mbuf_map[sw_tx_chain_cons]); in bce_tx_intr()7282 map = sc->tx_mbuf_map[chain_prod]; in bce_tx_encap()
6536 bus_dmamap_t tx_mbuf_map[MAX_TX_BD_AVAIL]; member