Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_82575.c2215 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in igb_reset_hw_82580() local
2217 hw->dev_spec._82575.global_device_reset = false; in igb_reset_hw_82580()
2223 global_device_reset = false; in igb_reset_hw_82580()
2244 if (global_device_reset && in igb_reset_hw_82580()
2246 global_device_reset = false; in igb_reset_hw_82580()
2248 if (global_device_reset && in igb_reset_hw_82580()
2258 if (global_device_reset) in igb_reset_hw_82580()
2285 if (global_device_reset) in igb_reset_hw_82580()
De1000_hw.h521 bool global_device_reset; member
Digb_main.c5124 hw->dev_spec._82575.global_device_reset = true; in igb_tx_timeout()