Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A De1000e.c42 uint32_t tail = e1000e_macreg_read(d, E1000_TDT); in e1000e_tx_ring_push()
48 e1000e_macreg_write(d, E1000_TDT, (tail + 1) % len); in e1000e_tx_ring_push()
137 e1000e_macreg_write(&d->e1000e, E1000_TDT, 0); in e1000e_pci_start_hw()
H A Digb.c93 e1000e_macreg_write(&d->e1000e, E1000_TDT(0), 0); in igb_pci_start_hw()
/qemu/hw/net/
H A Digbvf.c153 return E1000_TDT(vfn); in vf_to_pf_addr()
155 return E1000_TDT(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A De1000_regs.h98 #define E1000_TDT 0x03818 /* TX Descripotr Tail - RW */ macro
H A Digb_regs.h592 #define E1000_TDT(_n) (0x0E018 + (0x40 * (_n))) macro
H A De1000.c1592 E1000_IMC, E1000_TCTL, E1000_TDT, PNPMMIO_SIZE in e1000_mmio_setup()