typhoon_num_free_tx  752 drivers/net/ethernet/3com/typhoon.c 	while(unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2)))
typhoon_num_free_tx  844 drivers/net/ethernet/3com/typhoon.c 	if(typhoon_num_free_tx(txRing) < (numDesc + 2)) {
typhoon_num_free_tx  851 drivers/net/ethernet/3com/typhoon.c 		if(typhoon_num_free_tx(txRing) >= (numDesc + 2))