Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2254 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in igb_reset_hw_82580() local
2256 hw->dev_spec._82575.global_device_reset = false; in igb_reset_hw_82580()
2262 global_device_reset = false; in igb_reset_hw_82580()
2283 if (global_device_reset && in igb_reset_hw_82580()
2285 global_device_reset = false; in igb_reset_hw_82580()
2287 if (global_device_reset && in igb_reset_hw_82580()
2297 if (global_device_reset) in igb_reset_hw_82580()
2324 if (global_device_reset) in igb_reset_hw_82580()
H A De1000_hw.h507 bool global_device_reset; member
H A Digb_main.c6610 hw->dev_spec._82575.global_device_reset = true; in igb_tx_timeout()