sc_txloring_dma 602 dev/pci/if_txp.c txp_tx_reclaim(sc, &sc->sc_txlor, &sc->sc_txloring_dma);
sc_txloring_dma 978 dev/pci/if_txp.c &sc->sc_txloring_dma, BUS_DMA_COHERENT)) {
sc_txloring_dma 982 dev/pci/if_txp.c bzero(sc->sc_txloring_dma.dma_vaddr, sizeof(struct txp_tx_desc) * TX_ENTRIES);
sc_txloring_dma 983 dev/pci/if_txp.c boot->br_txlopri_lo = htole32(sc->sc_txloring_dma.dma_paddr & 0xffffffff);
sc_txloring_dma 984 dev/pci/if_txp.c boot->br_txlopri_hi = htole32(sc->sc_txloring_dma.dma_paddr >> 32);
sc_txloring_dma 987 dev/pci/if_txp.c sc->sc_txlor.r_desc = (struct txp_tx_desc *)sc->sc_txloring_dma.dma_vaddr;
sc_txloring_dma 1173 dev/pci/if_txp.c txp_dma_free(sc, &sc->sc_txloring_dma);
sc_txloring_dma 585 dev/pci/if_txpreg.h struct txp_dma_alloc sc_txhiring_dma, sc_txloring_dma;