taglinefilesource code
err_status639drivers/net/lance.cint err_status = lp->tx_ring[entry].misc;
err_status641drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
err_status642drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
err_status643drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
err_status644drivers/net/lance.cif (err_status & 0x4000) lp->stats.tx_fifo_errors++;