taglinefilesource code
tx_status523drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status525drivers/net/3c507.cif (tx_status == 0) {
tx_status529drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status531drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status536drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status537drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status538drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status539drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status542drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status386drivers/net/3c509.cshort tx_status;
tx_status389drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status391drivers/net/3c509.cprintk("    Tx status %4.4x.\n", tx_status);
tx_status392drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status393drivers/net/3c509.cif (tx_status & 0x30) outw(0x5800, ioaddr + EL3_CMD);
tx_status394drivers/net/3c509.cif (tx_status & 0x3C) outw(0x4800, ioaddr + EL3_CMD);
tx_status537drivers/net/eexpress.cunsigned short tx_status;
tx_status539drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status540drivers/net/eexpress.cif (tx_status == 0) {
tx_status544drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status546drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status551drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status552drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status553drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status554drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status557drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);