Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_82575.c2450 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in e1000_reset_hw_82580() local
2454 hw->dev_spec._82575.global_device_reset = FALSE; in e1000_reset_hw_82580()
2458 global_device_reset = FALSE; in e1000_reset_hw_82580()
2480 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw, in e1000_reset_hw_82580()
2482 global_device_reset = FALSE; in e1000_reset_hw_82580()
2484 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()
2528 if (global_device_reset) in e1000_reset_hw_82580()
H A De1000_hw.h970 bool global_device_reset; member
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c3327 hw->dev_spec._82575.global_device_reset in igb_stall_check()