txsfree           523 dev/pci/if_bce.c 	int             txsfree;
txsfree           536 dev/pci/if_bce.c 		txsfree = BCE_NTXDESC - 1 + sc->bce_txin - sc->bce_txsnext;
txsfree           538 dev/pci/if_bce.c 		txsfree = sc->bce_txin - sc->bce_txsnext - 1;
txsfree           545 dev/pci/if_bce.c 	while (txsfree > 0) {
txsfree           579 dev/pci/if_bce.c 		if (dmamap->dm_nsegs > txsfree) {
txsfree           616 dev/pci/if_bce.c 			txsfree--;
txsfree           636 dev/pci/if_bce.c 	if (txsfree == 0) {