Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000_regs.h67 #define E1000_RDBAH 0x02804 /* RX Descriptor Base Address High - RW */ macro
75 #define E1000_RDBAH0 E1000_RDBAH /* RX Desc Base Address High (0) - RW */
H A Digbvf.c101 return E1000_RDBAH(vfn); in vf_to_pf_addr()
103 return E1000_RDBAH(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h539 #define E1000_RDBAH(_n) (0x0C004 + (0x40 * (_n))) macro
/qemu/tests/qtest/libqos/
H A Digb.c101 e1000e_macreg_write(&d->e1000e, E1000_RDBAH(0), in igb_pci_start_hw()
H A De1000e.c145 e1000e_macreg_write(&d->e1000e, E1000_RDBAH, in e1000e_pci_start_hw()