taglinefilesource code
txsize271drivers/char/istallion.cunsigned int    txsize;
txsize1426drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail) - 1) : (tail - head - 1);
txsize1448drivers/char/istallion.csize = portp->txsize;
txsize1576drivers/char/istallion.csize = portp->txsize;
txsize1658drivers/char/istallion.clen = (head >= tail) ? (portp->txsize - (head - tail)) : (tail - head);
txsize1711drivers/char/istallion.clen = (head >= tail) ? (head - tail) : (portp->txsize - (tail - head));
txsize3698drivers/char/istallion.cportp->txsize = ap->txq.size;