Searched refs:global_device_reset (Results 1 – 2 of 2) sorted by relevance
2230 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in e1000_reset_hw_82580() local2234 hw->dev_spec._82575.global_device_reset = false; in e1000_reset_hw_82580()2238 global_device_reset = false; in e1000_reset_hw_82580()2260 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw, in e1000_reset_hw_82580()2262 global_device_reset = false; in e1000_reset_hw_82580()2264 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()2308 if (global_device_reset) in e1000_reset_hw_82580()
1022 bool global_device_reset; member