tx_mbuf_map 2136 dev/pci/if_bnx.c if (sc->tx_mbuf_map[i] != NULL) {
tx_mbuf_map 2137 dev/pci/if_bnx.c bus_dmamap_unload(sc->bnx_dmatag, sc->tx_mbuf_map[i]);
tx_mbuf_map 2138 dev/pci/if_bnx.c bus_dmamap_destroy(sc->bnx_dmatag, sc->tx_mbuf_map[i]);
tx_mbuf_map 2321 dev/pci/if_bnx.c &sc->tx_mbuf_map[i])) {
tx_mbuf_map 3474 dev/pci/if_bnx.c if (sc->tx_mbuf_map != NULL)
tx_mbuf_map 3476 dev/pci/if_bnx.c sc->tx_mbuf_map[i], 0,
tx_mbuf_map 3477 dev/pci/if_bnx.c sc->tx_mbuf_map[i]->dm_mapsize,
tx_mbuf_map 4108 dev/pci/if_bnx.c sc->tx_mbuf_map[sw_tx_chain_cons]);
tx_mbuf_map 4343 dev/pci/if_bnx.c map = sc->tx_mbuf_map[chain_prod];
tx_mbuf_map 4742 dev/pci/if_bnxreg.h bus_dmamap_t tx_mbuf_map[TOTAL_TX_BD];