Home
last modified time | relevance | path

Searched refs:E1000_STATUS_LU (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/net/
H A De1000x_common.h80 mac[STATUS] &= ~E1000_STATUS_LU; in e1000x_update_regs_on_link_down()
89 mac[STATUS] |= E1000_STATUS_LU; in e1000x_update_regs_on_link_up()
H A De1000x_common.c39 bool link_up = mac[STATUS] & E1000_STATUS_LU; in e1000x_rx_ready()
128 if (!(mac[STATUS] & E1000_STATUS_LU)) { in e1000x_hw_rx_enabled()
H A De1000x_regs.h582 #define E1000_STATUS_LU 0x00000002 /* Link up.0=no,1=link */ macro
H A De1000.c259 E1000_STATUS_LU,
1396 nc->link_down = (s->mac_reg[STATUS] & E1000_STATUS_LU) == 0; in e1000_post_load()
H A De1000e_core.c2691 !!(res & E1000_STATUS_LU), in e1000e_get_status()
3427 [STATUS] = E1000_STATUS_ASDV_1000 | E1000_STATUS_LU,
3524 nc->link_down = (core->mac[STATUS] & E1000_STATUS_LU) == 0; in e1000e_core_post_load()
H A Digb_core.c4543 nc->link_down = (core->mac[STATUS] & E1000_STATUS_LU) == 0; in igb_core_post_load()
/qemu/tests/qtest/libqos/
H A Digb.c82 g_assert_cmphex(val & E1000_STATUS_LU, ==, E1000_STATUS_LU); in igb_pci_start_hw()
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()