bus_dmamem_coherent_any
error = bus_dmamem_coherent_any(
sc->txd_base = bus_dmamem_coherent_any(sc->dma_parent_tag, 4,
sc->txs_base = bus_dmamem_coherent_any(sc->dma_parent_tag, 4,
sc->rxd_base_dma = bus_dmamem_coherent_any(sc->dma_parent_tag, 128,
sc->status_block = bus_dmamem_coherent_any(sc->parent_tag,
sc->stats_block = bus_dmamem_coherent_any(sc->parent_tag,
dma->dma_vaddr = bus_dmamem_coherent_any(adapter->parent_dtag,
tdata->tx_desc_base = bus_dmamem_coherent_any(tdata->sc->parent_dtag,
rdata->rx_desc = bus_dmamem_coherent_any(rdata->sc->parent_dtag,
jd->jd_buf = bus_dmamem_coherent_any(sc->sc_dtag,
tx_ring->tr_desc = bus_dmamem_coherent_any(sc->sc_dtag,
txsd->txsd_status = bus_dmamem_coherent_any(sc->sc_dtag,
rx_ring->rr_desc = bus_dmamem_coherent_any(sc->sc_dtag,
rxst_ring->rsr_stat = bus_dmamem_coherent_any(sc->sc_dtag,
rxsd->rxsd_status = bus_dmamem_coherent_any(sc->sc_dtag,
txr->txdma.dma_vaddr = bus_dmamem_coherent_any(txr->sc->parent_tag,
txr->tx_hdr = bus_dmamem_coherent_any(txr->sc->parent_tag,
rxr->rxdma.dma_vaddr = bus_dmamem_coherent_any(rxr->sc->parent_tag,
txr->tx_hdr = bus_dmamem_coherent_any(txr->tx_sc->parent_tag,
txr->tx_base = bus_dmamem_coherent_any(txr->tx_sc->parent_tag,
rxr->rx_base = bus_dmamem_coherent_any(rxr->rx_sc->parent_tag,
ld->sis_rx_list = bus_dmamem_coherent_any(sc->sis_parent_tag,
ld->sis_tx_list = bus_dmamem_coherent_any(sc->sis_parent_tag,
bus_dmamem_coherent_any(sc->sc_cdata.stge_parent_tag,
bus_dmamem_coherent_any(sc->sc_cdata.stge_parent_tag,
bus_dmamem_coherent_any(bus_dma_tag_t parent, bus_size_t alignment,