Home
last modified time | relevance | path

Searched refs:E1000_STATUS (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c181 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_bus_info_pci_generic()
286 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pcie()
304 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pci()
785 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_fiber_link_generic()
852 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_generic()
914 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_generic()
1143 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_poll_fiber_serdes_link_generic()
1666 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_speed_and_duplex_copper_generic()
2100 if (!(E1000_READ_REG(hw, E1000_STATUS) & in e1000_disable_pcie_master_generic()
H A De1000_vf.c228 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_link_up_info_vf()
556 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
H A De1000_ich8lan.c1036 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_k1_workaround_lpt_lp()
1315 if (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU) in e1000_enable_ulp_lpt_lp()
1786 if ((E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_FD) != in e1000_check_for_copper_link_ich8lan()
3096 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan()
3109 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan()
3111 E1000_WRITE_REG(hw, E1000_STATUS, data); in e1000_lan_init_done_ich8lan()
5250 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_initialize_hw_bits_ich8lan()
5252 E1000_WRITE_REG(hw, E1000_STATUS, reg); in e1000_initialize_hw_bits_ich8lan()
5980 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_led_on_pchlan()
6012 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_led_off_pchlan()
[all …]
H A De1000_regs.h40 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
H A De1000_82571.c1481 if (!(E1000_STATUS_LU & E1000_READ_REG(hw, E1000_STATUS))) { in e1000_led_on_82574()
1663 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_82571()
H A De1000_82575.c1366 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_pcs_speed_and_duplex_82575()
2502 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()
2532 E1000_WRITE_REG(hw, E1000_STATUS, E1000_STAT_DEV_RST_SET); in e1000_reset_hw_82580()
H A De1000_82543.c1342 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_fiber_link_82543()
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h111 #define E1000_WRITE_FLUSH(a) (void) E1000_READ_REG(a, E1000_STATUS)
H A Digb_main.c3225 link_up = (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU); in igb_is_link_up()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h106 #define E1000_WRITE_FLUSH(a) (void)E1000_READ_REG(a, E1000_STATUS)
H A De1000g_debug.c278 {"CTRL", E1000_CTRL}, {"STATUS", E1000_STATUS}, in mac_dump()
H A De1000g_tx.c1121 E1000_STATUS) & E1000_STATUS_TXOFF)) { in e1000g_recycle()
1762 (void) E1000_READ_REG(hw, E1000_STATUS); in e1000g_flush_tx_ring()
H A De1000g_main.c1758 if ((E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up()
1770 link_up = (E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up()
5794 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_internal_loopback()
5821 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_internal_loopback()
5913 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_external_loopback_1000()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h567 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
701 #define E1000_82542_STATUS E1000_STATUS
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1865 case E1000_STATUS: in e82545_write_register()
1890 case E1000_STATUS: in e82545_read_register()