Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c1435 bdp->next_cu_cmd = START_WAIT; // init the next cu state in e100_sw_init()
2288 switch (bdp->next_cu_cmd) { in e100_start_cu()
2305 bdp->next_cu_cmd = RESUME_NO_WAIT; in e100_start_cu()
2325 bdp->next_cu_cmd = RESUME_WAIT; in e100_start_cu()
2488 if (bdp->next_cu_cmd == RESUME_NO_WAIT) { in e100_start_ru()
2489 bdp->next_cu_cmd = RESUME_WAIT; in e100_start_ru()
2559 if (bdp->next_cu_cmd == RESUME_NO_WAIT) { in e100_clr_cntrs()
2560 bdp->next_cu_cmd = RESUME_WAIT; in e100_clr_cntrs()
2651 if (bdp->next_cu_cmd == RESUME_NO_WAIT) { in e100_dump_stats_cntrs()
2652 bdp->next_cu_cmd = RESUME_WAIT; in e100_dump_stats_cntrs()
[all …]
De100_test.c354 bdp->next_cu_cmd = START_WAIT; in e100_diag_loopback_cu_ru_exec()
De100.h923 enum next_cu_cmd_e next_cu_cmd; member