Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c2468 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in e1000_reset_hw_82580() local
2472 hw->dev_spec._82575.global_device_reset = FALSE; in e1000_reset_hw_82580()
2476 global_device_reset = FALSE; in e1000_reset_hw_82580()
2498 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw, in e1000_reset_hw_82580()
2500 global_device_reset = FALSE; in e1000_reset_hw_82580()
2502 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()
2546 if (global_device_reset) in e1000_reset_hw_82580()
H A De1000_hw.h1057 bool global_device_reset; member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3378 hw->dev_spec._82575.global_device_reset in igb_stall_check()