Searched refs:rx_ring_phys (Results 1 - 9 of 9) sorted by relevance

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dtx2_configs.h66 uintptr_t rx_ring_phys; member in struct:tx2_eth_data
H A Ddwc_eth_qos.c100 uintptr_t last_rx_desc = (dev->rx_ring_phys + ((dev->rdh + num_buffers_in_ring) * sizeof(struct eqos_desc)));
762 eqos->dma_regs->ch0_rxdesc_list_address = d->rx_ring_phys;
775 eqos->last_rx_desc = (d->rx_ring_phys + ((EQOS_DESCRIPTORS_RX) * (uintptr_t)(sizeof(struct eqos_desc))));
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.h206 uintptr_t rx_ring_phys; member in struct:beaglebone_eth_data
H A Dcpswif.c761 CPSWCPDMARxHdrDescPtrWrite(cpswinst->cpdma_base, ((struct descriptor *) eth_data->rx_ring_phys), 0);
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dbeaglebone.c69 dev->rx_ring[dev->rdt].next = ((struct descriptor *) dev->rx_ring_phys) + next_rdt;
108 dev->rx_ring_phys = rx_ring.phys;
183 CPSWCPDMARxCPWrite(VPTR_CPSW_CPDMA(dev->iomm_address.eth_mmio_cpsw_reg), 0, (uintptr_t) (((volatile struct descriptor *) dev->rx_ring_phys) + (orig_rdh)));
185 CPSWCPDMARxHdrDescPtrWrite(VPTR_CPSW_CPDMA(dev->iomm_address.eth_mmio_cpsw_reg), ((struct descriptor *) dev->rx_ring_phys) + dev->rdh, 0);
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/pc99/
H A Dvirtio_pci.c48 uintptr_t rx_ring_phys; member in struct:virtio_dev
145 dev->rx_ring_phys = rx_ring.phys;
203 write_reg32(dev, VIRTIO_PCI_QUEUE_PFN, ((uintptr_t)dev->rx_ring_phys) / 4096);
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Dimx6.c52 uintptr_t rx_ring_phys; member in struct:imx6_eth_data
176 dev->rx_ring_phys = rx_ring.phys;
430 .tx_phys = eth_data->tx_ring_phys, .rx_phys = eth_data->rx_ring_phys, .rx_bufsize = BUF_SIZE
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/
H A Dzynq7000.c35 uintptr_t rx_ring_phys; member in struct:zynq7000_eth_data
88 dev->rx_ring_phys = rx_ring.phys;
439 writel((uint32_t)eth_data->rx_ring_phys, &regs->rxqbase);
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/
H A Dtx2.c63 dev->rx_ring_phys = rx_ring.phys;

Completed in 97 milliseconds