Searched refs:global_device_reset (Results 1 – 2 of 2) sorted by relevance
2466 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in e1000_reset_hw_82580() local2470 hw->dev_spec._82575.global_device_reset = FALSE; in e1000_reset_hw_82580()2474 global_device_reset = FALSE; in e1000_reset_hw_82580()2496 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw, in e1000_reset_hw_82580()2498 global_device_reset = FALSE; in e1000_reset_hw_82580()2500 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()2544 if (global_device_reset) in e1000_reset_hw_82580()
990 bool global_device_reset; member