Searched refs:txdesc_ring (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c194 sc->txdesc_ring[idx].addr = (uint32_t)(paddr);
196 sc->txdesc_ring[idx].tdes0 = 0;
197 sc->txdesc_ring[idx].tdes1 = flags | len;
199 sc->txdesc_ring[idx].tdes0 = flags;
200 sc->txdesc_ring[idx].tdes1 = len;
205 sc->txdesc_ring[idx].tdes0 |= DDESC_TDES0_OWN;
723 desc = &sc->txdesc_ring[sc->tx_idx_tail];
865 error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring,
875 sc->txdesc_ring, TX_DESC_SIZE, dwc_get1paddr,
885 sc->txdesc_ring[id
[all...]
H A Dif_dwcvar.h90 struct dwc_hwdesc *txdesc_ring; member in struct:dwc_softc
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c179 struct ffec_hwdesc *txdesc_ring; member in struct:ffec_softc
614 sc->txdesc_ring[idx].buf_paddr = (uint32_t)paddr;
615 sc->txdesc_ring[idx].flags_len = flags | len; /* Must be set last! */
716 desc = &sc->txdesc_ring[sc->tx_idx_tail];
1073 desc = &sc->txdesc_ring[idx];
1549 error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring,
1557 error = bus_dmamap_load(sc->txdesc_tag, sc->txdesc_map, sc->txdesc_ring,

Completed in 122 milliseconds