Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Digbvf.c137 return E1000_TDBAH(vfn); in vf_to_pf_addr()
139 return E1000_TDBAH(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A De1000_regs.h92 #define E1000_TDBAH 0x03804 /* TX Descriptor Base Address High - RW */ macro
H A Digb_regs.h576 #define E1000_TDBAH(_n) (0x0E004 + (0x40 * (_n))) macro
/qemu/tests/qtest/libqos/
H A Digb.c90 e1000e_macreg_write(&d->e1000e, E1000_TDBAH(0), in igb_pci_start_hw()
H A De1000e.c134 e1000e_macreg_write(&d->e1000e, E1000_TDBAH, in e1000e_pci_start_hw()