Searched refs:typhoon_num_free (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 539 typhoon_num_free(int lastWrite, int lastRead, int ringSize) in typhoon_num_free() function 555 return typhoon_num_free(lastWrite, cmdCleared, COMMAND_ENTRIES); in typhoon_num_free_cmd() 564 return typhoon_num_free(respReady, respCleared, RESPONSE_ENTRIES); in typhoon_num_free_resp() 571 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx() 1549 if (netif_queue_stopped(tp->dev) && typhoon_num_free(txRing->lastWrite, in typhoon_tx_complete()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 534 typhoon_num_free(int lastWrite, int lastRead, int ringSize) in typhoon_num_free() function 550 return typhoon_num_free(lastWrite, cmdCleared, COMMAND_ENTRIES); in typhoon_num_free_cmd() 559 return typhoon_num_free(respReady, respCleared, RESPONSE_ENTRIES); in typhoon_num_free_resp() 566 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx() 1546 if (netif_queue_stopped(tp->dev) && typhoon_num_free(txRing->lastWrite, in typhoon_tx_complete()
|
Completed in 7 milliseconds