taglinefilesource code
tx_status551drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status553drivers/net/3c507.cif (tx_status == 0) {
tx_status557drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status559drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status564drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status565drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status566drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status567drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status570drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status433drivers/net/3c509.cshort tx_status;
tx_status436drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status438drivers/net/3c509.cprintk("    Tx status %4.4x.\n", tx_status);
tx_status439drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status440drivers/net/3c509.cif (tx_status & 0x30) outw(0x5800, ioaddr + EL3_CMD);
tx_status441drivers/net/3c509.cif (tx_status & 0x3C) outw(0x4800, ioaddr + EL3_CMD);
tx_status577drivers/net/eexpress.cunsigned short tx_status;
tx_status579drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status580drivers/net/eexpress.cif (tx_status == 0) {
tx_status584drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status586drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status591drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status592drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status593drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status594drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status597drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);