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

/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c534 typhoon_num_free(int lastWrite, int lastRead, int ringSize) function
550 return typhoon_num_free(lastWrite, cmdCleared, COMMAND_ENTRIES);
559 return typhoon_num_free(respReady, respCleared, RESPONSE_ENTRIES);
566 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES);
1546 if (netif_queue_stopped(tp->dev) && typhoon_num_free(txRing->lastWrite,

Completed in 123 milliseconds