Searched refs:tx_mbuf_map (Results 1 – 2 of 2) sorted by relevance
3302 if (sc->tx_mbuf_map[i] != NULL) { in bce_dma_free()3304 sc->tx_mbuf_map[i]); in bce_dma_free()3306 sc->tx_mbuf_map[i]); in bce_dma_free()3307 sc->tx_mbuf_map[i] = NULL; in bce_dma_free()3640 &sc->tx_mbuf_map[i])) { in bce_dma_alloc()5586 if (sc->tx_mbuf_map[i] != NULL) in bce_free_tx_chain()5588 sc->tx_mbuf_map[i], in bce_free_tx_chain()6836 sc->tx_mbuf_map[sw_tx_chain_cons]); in bce_tx_intr()7262 map = sc->tx_mbuf_map[chain_prod]; in bce_tx_encap()
6534 bus_dmamap_t tx_mbuf_map[MAX_TX_BD_AVAIL]; member