Searched refs:global_device_reset (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.c2229 bool global_device_reset = hw->dev_spec._82575.global_device_reset; local
2233 hw->dev_spec._82575.global_device_reset = false;
2235 /* 82580 does not reliably do global_device_reset due to hw errata */
2237 global_device_reset = false;
2259 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw,
2261 global_device_reset = false;
2263 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) &
2307 if (global_device_reset)
H A De1000_hw.h1006 bool global_device_reset; member in struct:e1000_dev_spec_82575

Completed in 110 milliseconds