taglinefilesource code
got187drivers/net/3c505.cvolatile short got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got716drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got725drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got735drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got745drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got761drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got885drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got890drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got905drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got910drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1089drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1094drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1186drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1191drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1211drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1216drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)