taglinefilesource code
tx_status542drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status544drivers/net/3c507.cif (tx_status == 0) {
tx_status548drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status550drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status555drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status556drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status557drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status558drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status561drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status448drivers/net/3c509.cshort tx_status;
tx_status451drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status452drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status453drivers/net/3c509.cif (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
tx_status454drivers/net/3c509.cif (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
tx_status536drivers/net/eexpress.cunsigned short tx_status;
tx_status538drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status539drivers/net/eexpress.cif (tx_status == 0) {
tx_status543drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status545drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status550drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status551drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status552drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status553drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status556drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status327drivers/net/znet.cushort event, tx_status, rx_offset, state;
tx_status332drivers/net/znet.coutb(CMD0_STAT1, ioaddr); tx_status = inw(ioaddr);
tx_status336drivers/net/znet.c" resetting.\n", dev->name, event, tx_status, rx_offset, state);
tx_status337drivers/net/znet.cif (tx_status == 0x0400)
tx_status440drivers/net/znet.cint tx_status;
tx_status442drivers/net/znet.ctx_status = inw(ioaddr);
tx_status444drivers/net/znet.cif (tx_status & 0x2000) {
tx_status446drivers/net/znet.clp->stats.collisions += tx_status & 0xf;
tx_status448drivers/net/znet.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status449drivers/net/znet.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status450drivers/net/znet.cif (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++;
tx_status451drivers/net/znet.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status453drivers/net/znet.cif (tx_status | 0x0760 != 0x0760)