taglinefilesource code
txsize279drivers/char/istallion.cunsigned int    txsize;
txsize1471drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail) - 1) : (tail - head - 1);
txsize1493drivers/char/istallion.csize = portp->txsize;
txsize1623drivers/char/istallion.csize = portp->txsize;
txsize1707drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail)) : (tail - head);
txsize1762drivers/char/istallion.clen = (head >= tail) ? (head - tail) : (portp->txsize - (tail - head));
txsize3790drivers/char/istallion.cportp->txsize = ap->txq.size;