Home
last modified time | relevance | path

Searched refs:global_device_reset (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_82575.c2466 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in e1000_reset_hw_82580() local
2470 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()
HDe1000_hw.h990 bool global_device_reset; member