Searched refs:tx_errs (Results 1 – 1 of 1) sorted by relevance
276 u16 tx_errs; member282 u16 tx_errs;706 printk(" %4.4x /%8.8x", yp->tx_status[i].tx_errs, in yellowfin_tx_timeout()794 &(yp->tx_status[0].tx_errs) - in yellowfin_init_ring()942 if ((intr_status & IntrTxDone) || (yp->tx_tail_desc->tx_errs)) { in yellowfin_interrupt()949 u16 tx_errs = yp->tx_status[entry].tx_errs; in yellowfin_interrupt() local958 yp->tx_status[entry].tx_errs, in yellowfin_interrupt()962 if (tx_errs == 0) in yellowfin_interrupt()965 if (tx_errs & 0xF810) { in yellowfin_interrupt()970 dev->name, tx_errs); in yellowfin_interrupt()[all …]