Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A De1000e.c59 uint32_t tail = e1000e_macreg_read(d, E1000_RDT); in e1000e_rx_ring_push()
65 e1000e_macreg_write(d, E1000_RDT, (tail + 1) % len); in e1000e_rx_ring_push()
148 e1000e_macreg_write(&d->e1000e, E1000_RDT, 0); in e1000e_pci_start_hw()
H A Digb.c104 e1000e_macreg_write(&d->e1000e, E1000_RDT(0), 0); in igb_pci_start_hw()
/qemu/hw/net/
H A De1000_regs.h70 #define E1000_RDT 0x02818 /* RX Descriptor Tail - RW */ macro
81 #define E1000_RDT0 E1000_RDT /* RX Desc Tail (0) - RW */
H A Digbvf.c121 return E1000_RDT(vfn); in vf_to_pf_addr()
123 return E1000_RDT(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h559 #define E1000_RDT(_n) (0x0C018 + (0x40 * (_n))) macro