Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Daironet4500_core.c291 cmd->priv->command_semaphore_on++; in awc_issue_command()
2243 if (priv->command_semaphore_on){ in awc_bh()
2244 priv->command_semaphore_on--; in awc_bh()
2255 if( priv->command_semaphore_on ){ in awc_bh()
2259 if (priv->command_semaphore_on){ in awc_bh()
2261 priv->command_semaphore_on--; in awc_bh()
2278 if (priv->command_semaphore_on || priv->tx_post_process.size){ in awc_bh()
2371 } else if (priv->command_semaphore_on){ in awc_interrupt_process()
2425 if (priv->command_semaphore_on){ in awc_interrupt_process()
2876 priv->command_semaphore_on = 0; in awc_private_init()
Daironet4500.h1501 volatile int command_semaphore_on; member