Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c599 bdp->non_tx_command_state = E100_NON_TX_IDLE; in e100_found1()
760 if (bdp->non_tx_command_state != E100_NON_TX_IDLE) { in e100_remove1()
763 bdp->non_tx_command_state = E100_NON_TX_IDLE; in e100_remove1()
1201 (bdp->non_tx_command_state != E100_NON_TX_IDLE)) { in e100_xmit_frame()
2692 if (bdp->non_tx_command_state != E100_NON_TX_IDLE) { in e100_exec_non_cu_cmd()
4148 if (bdp->non_tx_command_state == E100_NON_TX_IDLE) { in e100_delayed_exec_non_cu_cmd()
4149 bdp->non_tx_command_state = E100_WAIT_TX_FINISH; in e100_delayed_exec_non_cu_cmd()
4168 switch (bdp->non_tx_command_state) { in e100_non_tx_background()
4211 bdp->non_tx_command_state = E100_NON_TX_IDLE; in e100_non_tx_background()
4220 bdp->non_tx_command_state = E100_WAIT_NON_TX_FINISH; in e100_non_tx_background()
De100.h920 non_tx_cmd_state_t non_tx_command_state; member