Lines Matching refs:tx_errs
275 u16 tx_errs;
281 u16 tx_errs;
707 yp->tx_status[i].tx_errs,
792 /* Symbios chips write only tx_errs word. */
799 &(yp->tx_status[0].tx_errs) -
950 if ((intr_status & IntrTxDone) || (yp->tx_tail_desc->tx_errs)) {
957 u16 tx_errs = yp->tx_status[entry].tx_errs;
965 yp->tx_status[entry].tx_errs,
969 if (tx_errs == 0)
972 if (tx_errs & 0xF810) {
977 tx_errs);
980 if (tx_errs & 0xF800) dev->stats.tx_aborted_errors++;
981 if (tx_errs & 0x0800) dev->stats.tx_carrier_errors++;
982 if (tx_errs & 0x2000) dev->stats.tx_window_errors++;
983 if (tx_errs & 0x8000) dev->stats.tx_fifo_errors++;
988 tx_errs);
991 dev->stats.collisions += tx_errs & 15;
1001 yp->tx_status[entry].tx_errs = 0;
1239 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs,