Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_82575.c2260 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in igb_reset_hw_82580() local
2262 hw->dev_spec._82575.global_device_reset = false; in igb_reset_hw_82580()
2268 global_device_reset = false; in igb_reset_hw_82580()
2289 if (global_device_reset && in igb_reset_hw_82580()
2291 global_device_reset = false; in igb_reset_hw_82580()
2293 if (global_device_reset && in igb_reset_hw_82580()
2303 if (global_device_reset) in igb_reset_hw_82580()
2330 if (global_device_reset) in igb_reset_hw_82580()
De1000_hw.h507 bool global_device_reset; member
Digb_main.c6212 hw->dev_spec._82575.global_device_reset = true; in igb_tx_timeout()