Searched refs:E1000_TDT (Results 1 – 6 of 6) sorted by relevance
/qemu/tests/qtest/libqos/ |
H A D | e1000e.c | 42 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 D | igb.c | 93 e1000e_macreg_write(&d->e1000e, E1000_TDT(0), 0); in igb_pci_start_hw()
|
/qemu/hw/net/ |
H A D | igbvf.c | 153 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 D | e1000_regs.h | 98 #define E1000_TDT 0x03818 /* TX Descripotr Tail - RW */ macro
|
H A D | igb_regs.h | 592 #define E1000_TDT(_n) (0x0E018 + (0x40 * (_n))) macro
|
H A D | e1000.c | 1592 E1000_IMC, E1000_TCTL, E1000_TDT, PNPMMIO_SIZE in e1000_mmio_setup()
|