Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dn_r3964.c482 pInfo->nRetry=0; in trigger_transmit()
502 if(pInfo->nRetry<R3964_MAX_RETRIES) in retry_transmit()
505 pInfo->nRetry); in retry_transmit()
511 pInfo->nRetry++; in retry_transmit()
602 if(pInfo->nRetry<R3964_MAX_RETRIES) in on_receive_block()
606 pInfo->nRetry++; in on_receive_block()
673 if(pInfo->nRetry==0) in receive_char()
743 pInfo->nRetry = 0; in receive_char()
1154 pInfo->nRetry = 0; in r3964_open()
/linux-2.4.37.9/include/linux/
Dn_r3964.h213 int nRetry; member