taglinefilesource code
err_status926drivers/net/lance.cint err_status = lp->tx_ring[entry].misc;
err_status928drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
err_status929drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
err_status930drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
err_status931drivers/net/lance.cif (err_status & 0x4000) {
err_status585drivers/net/lance32.cint err_status = lp->tx_ring[entry].misc;
err_status587drivers/net/lance32.cif (err_status & 0x04000000) lp->stats.tx_aborted_errors++;
err_status588drivers/net/lance32.cif (err_status & 0x08000000) lp->stats.tx_carrier_errors++;
err_status589drivers/net/lance32.cif (err_status & 0x10000000) lp->stats.tx_window_errors++;
err_status590drivers/net/lance32.cif (err_status & 0x40000000) {