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.c2467 bool global_device_reset = hw->dev_spec._82575.global_device_reset; local
2471 hw->dev_spec._82575.global_device_reset = FALSE;
2473 /* 82580 does not reliably do global_device_reset due to hw errata */
2475 global_device_reset = FALSE;
2497 if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw,
2499 global_device_reset = FALSE;
2501 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) &
2545 if (global_device_reset)
H A De1000_hw.h980 bool global_device_reset; member in struct:e1000_dev_spec_82575
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3333 hw->dev_spec._82575.global_device_reset

Completed in 83 milliseconds