Searched refs:E1000_STATUS (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mac.c | 153 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_bus_info_pci_generic() 258 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pcie() 276 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pci() 757 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_fiber_link_generic() 824 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_generic() 886 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_generic() 1115 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_poll_fiber_serdes_link_generic() 1638 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_speed_and_duplex_copper_generic() 2073 if (!(E1000_READ_REG(hw, E1000_STATUS) & in e1000_disable_pcie_master_generic()
|
| H A D | e1000_vf.c | 201 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_link_up_info_vf() 531 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
|
| H A D | e1000_osdep.h | 67 #define E1000_WRITE_FLUSH(a) E1000_READ_REG(a, E1000_STATUS)
|
| H A D | e1000_ich8lan.c | 993 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_k1_workaround_lpt_lp() 1100 if (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU) in e1000_enable_ulp_lpt_lp() 1689 if ((E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_FD) != in e1000_check_for_copper_link_ich8lan() 2987 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan() 3000 data = E1000_READ_REG(hw, E1000_STATUS); in e1000_lan_init_done_ich8lan() 3002 E1000_WRITE_REG(hw, E1000_STATUS, data); in e1000_lan_init_done_ich8lan() 5141 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_initialize_hw_bits_ich8lan() 5143 E1000_WRITE_REG(hw, E1000_STATUS, reg); in e1000_initialize_hw_bits_ich8lan() 5870 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_led_on_pchlan() 5902 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in e1000_led_off_pchlan() [all …]
|
| H A D | e1000_regs.h | 10 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
|
| H A D | e1000_82571.c | 1456 if (!(E1000_STATUS_LU & E1000_READ_REG(hw, E1000_STATUS))) { in e1000_led_on_82574() 1638 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_serdes_link_82571()
|
| H A D | e1000_82575.c | 1292 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_pcs_speed_and_duplex_82575() 2317 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580() 2347 E1000_WRITE_REG(hw, E1000_STATUS, E1000_STAT_DEV_RST_SET); in e1000_reset_hw_82580()
|
| H A D | e1000_82543.c | 1308 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_check_for_fiber_link_82543()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_regs.h | 18 {E1000_STATUS, 1, 1, "E1000_STATUS"},
|
| H A D | em_ethdev.c | 883 (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in eth_em_stats_get() 1145 link_up = (E1000_READ_REG(hw, E1000_STATUS) & in eth_em_link_update()
|
| H A D | igb_ethdev.c | 1704 (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in igb_read_stats_registers() 2386 link_check = (E1000_READ_REG(hw, E1000_STATUS) & in eth_igb_link_update() 3222 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in eth_igbvf_link_update()
|