taglinefilesource code
got190drivers/net/3c505.cvolatile short got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got719drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got728drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got738drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got748drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got764drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got888drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got893drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got908drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got913drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1094drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1099drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1193drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1198drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1218drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1223drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)