taglinefilesource code
got185drivers/net/3c505.cshort got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got712drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got721drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got731drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got741drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got757drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got881drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got886drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got901drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got906drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1083drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1088drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1178drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1183drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1203drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1208drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)