taglinefilesource code
got190drivers/net/3c505.cvolatile short got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got717drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got726drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got736drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got746drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got762drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got886drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got891drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got906drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got911drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1092drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1097drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1191drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1196drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1216drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1221drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)