Home
last modified time | relevance | path

Searched refs:E1000_STATUS_ASDV_1000 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A De1000e.c120 g_assert_cmphex(val & (E1000_STATUS_LU | E1000_STATUS_ASDV_1000), in e1000e_pci_start_hw()
121 ==, E1000_STATUS_LU | E1000_STATUS_ASDV_1000); in e1000e_pci_start_hw()
/openbmc/qemu/hw/net/
H A De1000_regs.h255 #define E1000_STATUS_ASDV_1000 0x00000200 /* ASDV 1Gb */ macro
H A De1000e_core.c3425 [STATUS] = E1000_STATUS_ASDV_1000 | E1000_STATUS_LU,