taglinefilesource code
tx_status550drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status552drivers/net/3c507.cif (tx_status == 0) {
tx_status556drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status558drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status563drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status564drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status565drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status566drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status569drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status422drivers/net/3c509.cshort tx_status;
tx_status425drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status427drivers/net/3c509.cprintk("    Tx status %4.4x.\n", tx_status);
tx_status428drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status429drivers/net/3c509.cif (tx_status & 0x30) outw(0x5800, ioaddr + EL3_CMD);
tx_status430drivers/net/3c509.cif (tx_status & 0x3C) outw(0x4800, ioaddr + EL3_CMD);
tx_status576drivers/net/eexpress.cunsigned short tx_status;
tx_status578drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status579drivers/net/eexpress.cif (tx_status == 0) {
tx_status583drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status585drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status590drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status591drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status592drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status593drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status596drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);