Home
last modified time | relevance | path

Searched refs:next_command (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dstrip.c291 int next_command; /* Next periodic command */ member
1306 strip_info->next_command = CompatibilityCommand; in ResetRadio()
1527 StringDescriptor ts = CommandString[strip_info->next_command]; in strip_send()
1533 strip_info->next_command, tv.tv_sec % 100, tv.tv_usec); in strip_send()
1552 if (++strip_info->next_command >= ELEMENTS_OF(CommandString)) in strip_send()
1553 strip_info->next_command = 0; in strip_send()
1933 strip_info->next_command = 0; /* Try to enable checksums ASAP */ in RecvErr_Message()
2245 strip_info->next_command = CompatibilityCommand; in process_message()
2494 strip_info->next_command = CompatibilityCommand; in strip_open_low()