taglinefilesource code
got212drivers/net/3c505.cshort      got[NUM_TRANSMIT_CMDS];  /* flags for command completion */
got728drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 1;
got737drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
got747drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
got757drivers/net/3c505.cadapter->got[CMD_SET_STATION_ADDRESS] = 1;
got773drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 1;
got922drivers/net/3c505.cadapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
got927drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && jiffies < timeout)
got942drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586] = 0;
got947drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)
got1145drivers/net/3c505.cadapter->got[CMD_NETWORK_STATISTICS] = 0;
got1151drivers/net/3c505.cwhile (adapter->got[CMD_NETWORK_STATISTICS] == 0 && jiffies < timeout)
got1239drivers/net/3c505.cadapter->got[CMD_LOAD_MULTICAST_LIST] = 0;
got1244drivers/net/3c505.cwhile (adapter->got[CMD_LOAD_MULTICAST_LIST] == 0 && jiffies < timeout)
got1264drivers/net/3c505.cadapter->got[CMD_CONFIGURE_82586]  = 0;
got1269drivers/net/3c505.cwhile (adapter->got[CMD_CONFIGURE_82586] == 0 && jiffies < timeout)