taglinefilesource code
err_status1094drivers/net/depca.cint err_status = lp->tx_ring[dirty_tx].misc;
err_status1097drivers/net/depca.cif (err_status & TMD3_RTRY) lp->stats.tx_aborted_errors++;
err_status1098drivers/net/depca.cif (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++;
err_status1099drivers/net/depca.cif (err_status & TMD3_LCOL) lp->stats.tx_window_errors++;
err_status1100drivers/net/depca.cif (err_status & TMD3_UFLO) lp->stats.tx_fifo_errors++;
err_status619drivers/net/lance.cint err_status = lp->tx_ring[entry].misc;
err_status621drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
err_status622drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
err_status623drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
err_status624drivers/net/lance.cif (err_status & 0x4000) lp->stats.tx_fifo_errors++;