taglinefilesource code
got211drivers/net/3c505.cshort      got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got726drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got735drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got745drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got755drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got771drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got920drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got925drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got940drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got945drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1143drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1149drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1237drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1242drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1262drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1267drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)