Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c598 INIT_LIST_HEAD(&(bdp->non_tx_cmd_list)); in e100_found1()
4111 while (!list_empty(&bdp->non_tx_cmd_list)) { in e100_free_nontx_list()
4112 command = list_entry(bdp->non_tx_cmd_list.next, in e100_free_nontx_list()
4144 list_add_tail(&(command->list_elem), &(bdp->non_tx_cmd_list)); in e100_delayed_exec_non_cu_cmd()
4183 active_command = list_entry(bdp->non_tx_cmd_list.next, in e100_non_tx_background()
4210 if (list_empty(&bdp->non_tx_cmd_list)) { in e100_non_tx_background()
4221 active_command = list_entry(bdp->non_tx_cmd_list.next, in e100_non_tx_background()
De100.h919 struct list_head non_tx_cmd_list; member