Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c543 typhoon_num_free(int lastWrite, int lastRead, int ringSize) in typhoon_num_free() function
559 return typhoon_num_free(lastWrite, cmdCleared, COMMAND_ENTRIES); in typhoon_num_free_cmd()
568 return typhoon_num_free(respReady, respCleared, RESPONSE_ENTRIES); in typhoon_num_free_resp()
575 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx()
1583 if(netif_queue_stopped(tp->dev) && typhoon_num_free(txRing->lastWrite, in typhoon_tx_complete()