···39703970 /* Reset card, kill tasklet and free Tx and Rx buffers. */39713971 s2io_card_down(sp);3972397239733973- sp->device_close_flag = TRUE; /* Device is shut down. */39743973 return 0;39753974}39763975···80528053 if (netif_running(netdev)) {80538054 /* Bring down the card, while avoiding PCI I/O */80548055 do_s2io_card_down(sp, 0);80558055- sp->device_close_flag = TRUE; /* Device is shut down. */80568056 }80578057 pci_disable_device(pdev);80588058
-1
drivers/net/s2io.h
···794794795795 struct net_device_stats stats;796796 int high_dma_flag;797797- int device_close_flag;798797 int device_enabled_once;799798800799 char name[60];