Home
last modified time | relevance | path

Searched refs:tbd_address (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/net/
H A Deepro100.c746 uint32_t tbd_address = s->cb_address + 0x10; in tx_command() local
763 tbd_address, tcb_bytes)); in tx_command()
764 pci_dma_read(&s->dev, tbd_address, &buf[size], tcb_bytes); in tx_command()
779 ldl_le_pci_dma(&s->dev, tbd_address, &tx_buffer_address, attrs); in tx_command()
781 lduw_le_pci_dma(&s->dev, tbd_address + 6, &tx_buffer_el, attrs); in tx_command()
782 tbd_address += 8; in tx_command()
795 tbd_address = tbd_array; in tx_command()
797 ldl_le_pci_dma(&s->dev, tbd_address, &tx_buffer_address, attrs); in tx_command()
798 lduw_le_pci_dma(&s->dev, tbd_address + 4, &tx_buffer_size, attrs); in tx_command()
799 lduw_le_pci_dma(&s->dev, tbd_address + 6, &tx_buffer_el, attrs); in tx_command()
[all …]