Searched refs:tx_buffer_address (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 774 uint32_t tx_buffer_address; in tx_command() local 781 ldl_le_pci_dma(&s->dev, tbd_address, &tx_buffer_address, attrs); in tx_command() 787 tx_buffer_address, tx_buffer_size)); in tx_command() 789 pci_dma_read(&s->dev, tx_buffer_address, in tx_command() 799 ldl_le_pci_dma(&s->dev, tbd_address, &tx_buffer_address, attrs); in tx_command() 805 tx_buffer_address, tx_buffer_size)); in tx_command() 807 pci_dma_read(&s->dev, tx_buffer_address, in tx_command()
|