Lines Matching refs:txdesc_ring
188 sc->txdesc_ring[idx].addr1 = (uint32_t)(0); in txdesc_clear()
189 sc->txdesc_ring[idx].desc0 = 0; in txdesc_clear()
190 sc->txdesc_ring[idx].desc1 = 0; in txdesc_clear()
215 sc->txdesc_ring[idx].addr1 = (uint32_t)(paddr); in txdesc_setup()
216 sc->txdesc_ring[idx].desc0 = desc0; in txdesc_setup()
217 sc->txdesc_ring[idx].desc1 = desc1; in txdesc_setup()
219 sc->txdesc_ring[idx].desc0 |= TDESC0_OWN; in txdesc_setup()
440 desc = &sc->txdesc_ring[idx]; in dma1000_txfinish_locked()
671 error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring, in dma1000_init()
681 sc->txdesc_ring, TX_DESC_SIZE, dwc_get1paddr, in dma1000_init()
691 sc->txdesc_ring[idx].addr2 = sc->txdesc_ring_paddr + in dma1000_init()
849 bus_dmamem_free(sc->txdesc_tag, sc->txdesc_ring, in dma1000_free()