taglinefilesource code
txsize275drivers/char/istallion.cunsigned int    txsize;
txsize1435drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail) - 1) : (tail - head - 1);
txsize1457drivers/char/istallion.csize = portp->txsize;
txsize1585drivers/char/istallion.csize = portp->txsize;
txsize1667drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail)) : (tail - head);
txsize1720drivers/char/istallion.clen = (head >= tail) ? (head - tail) : (portp->txsize - (tail - head));
txsize3707drivers/char/istallion.cportp->txsize = ap->txq.size;