Searched refs:tc_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 516 static void RTL8139TallyCounters_dma_write(RTL8139State *s, dma_addr_t tc_addr); 1297 static void RTL8139TallyCounters_dma_write(RTL8139State *s, dma_addr_t tc_addr) in RTL8139TallyCounters_dma_write() argument 1306 pci_dma_write(d, tc_addr + 0, (uint8_t *)&val64, 8); in RTL8139TallyCounters_dma_write() 1309 pci_dma_write(d, tc_addr + 8, (uint8_t *)&val64, 8); in RTL8139TallyCounters_dma_write() 1312 pci_dma_write(d, tc_addr + 16, (uint8_t *)&val64, 8); in RTL8139TallyCounters_dma_write() 1315 pci_dma_write(d, tc_addr + 24, (uint8_t *)&val32, 4); in RTL8139TallyCounters_dma_write() 1318 pci_dma_write(d, tc_addr + 28, (uint8_t *)&val16, 2); in RTL8139TallyCounters_dma_write() 1321 pci_dma_write(d, tc_addr + 30, (uint8_t *)&val16, 2); in RTL8139TallyCounters_dma_write() 1324 pci_dma_write(d, tc_addr + 32, (uint8_t *)&val32, 4); in RTL8139TallyCounters_dma_write() 1327 pci_dma_write(d, tc_addr + 36, (uint8_t *)&val32, 4); in RTL8139TallyCounters_dma_write() [all …]
|