Lines Matching defs:tx_status
749 short tx_status;
752 while (--i > 0 && (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
753 if (tx_status & 0x38) dev->stats.tx_aborted_errors++;
754 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
755 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
803 short tx_status;
806 while (--i>0 && (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
807 if (tx_status & 0x38) dev->stats.tx_aborted_errors++;
808 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
809 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);