Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000_regs.h66 #define E1000_RDBAL 0x02800 /* RX Descriptor Base Address Low - RW */ macro
73 #define E1000_RDBAL0 E1000_RDBAL /* RX Desc Base Address Low (0) - RW */
H A Digbvf.c97 return E1000_RDBAL(vfn); in vf_to_pf_addr()
99 return E1000_RDBAL(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h535 #define E1000_RDBAL(_n) (0x0C000 + (0x40 * (_n))) macro
/qemu/tests/qtest/libqos/
H A Digb.c99 e1000e_macreg_write(&d->e1000e, E1000_RDBAL(0), in igb_pci_start_hw()
H A De1000e.c143 e1000e_macreg_write(&d->e1000e, E1000_RDBAL, in e1000e_pci_start_hw()