Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000_regs.h69 #define E1000_RDH 0x02810 /* RX Descriptor Head - RW */ macro
79 #define E1000_RDH0 E1000_RDH /* RX Desc Head (0) - RW */
H A Digbvf.c113 return E1000_RDH(vfn); in vf_to_pf_addr()
115 return E1000_RDH(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h551 #define E1000_RDH(_n) (0x0C010 + (0x40 * (_n))) macro
/qemu/tests/qtest/libqos/
H A Digb.c105 e1000e_macreg_write(&d->e1000e, E1000_RDH(0), 0); in igb_pci_start_hw()
H A De1000e.c149 e1000e_macreg_write(&d->e1000e, E1000_RDH, 0); in e1000e_pci_start_hw()