Searched refs:E1000_STATUS (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mac.c | 181 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 D | e1000_vf.c | 228 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_link_up_info_vf() 554 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
|
H A D | e1000_ich8lan.c | 1011 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_k1_workaround_lpt_lp() 1290 if (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU) in e1000_enable_ulp_lpt_lp() 1372 to_sx && (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_enable_ulp_lpt_lp() 1755 if ((E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_FD) != in e1000_check_for_copper_link_ich8lan() 3047 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan() 3060 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan() 3062 E1000_WRITE_REG(hw, E1000_STATUS, data); in e1000_lan_init_done_ich8lan() 5184 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_initialize_hw_bits_ich8lan() 5186 E1000_WRITE_REG(hw, E1000_STATUS, reg); in e1000_initialize_hw_bits_ich8lan() 5915 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_led_on_pchlan() [all …]
|
H A D | e1000_regs.h | 40 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
|
H A D | e1000_82571.c | 1481 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 D | e1000_82575.c | 1366 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_pcs_speed_and_duplex_82575() 2501 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580() 2531 E1000_WRITE_REG(hw, E1000_STATUS, E1000_STAT_DEV_RST_SET); in e1000_reset_hw_82580()
|
H A D | e1000_82543.c | 1342 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_fiber_link_82543()
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 111 #define E1000_WRITE_FLUSH(a) (void) E1000_READ_REG(a, E1000_STATUS)
|
H A D | igb_main.c | 3180 link_up = (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU); in igb_is_link_up()
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 106 #define E1000_WRITE_FLUSH(a) (void)E1000_READ_REG(a, E1000_STATUS)
|
H A D | e1000g_debug.c | 278 {"CTRL", E1000_CTRL}, {"STATUS", E1000_STATUS}, in mac_dump()
|
H A D | e1000g_tx.c | 1121 E1000_STATUS) & E1000_STATUS_TXOFF)) { in e1000g_recycle() 1762 (void) E1000_READ_REG(hw, E1000_STATUS); in e1000g_flush_tx_ring()
|
H A D | e1000g_main.c | 1721 if ((E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up() 1733 link_up = (E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up() 5752 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_internal_loopback() 5779 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_internal_loopback() 5871 status = E1000_READ_REG(hw, E1000_STATUS); in e1000g_set_external_loopback_1000()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 567 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro 701 #define E1000_82542_STATUS E1000_STATUS
|