Lines Matching defs:tx_status
1180 int tx_status;
1205 tx_status = ioread16 (ioaddr + TxStatus);
1206 for (tx_cnt=32; tx_status & 0x80; --tx_cnt) {
1210 dev->name, tx_status);
1211 if (tx_status & 0x1e) {
1214 dev->name, tx_status);
1216 if (tx_status & 0x10)
1218 if (tx_status & 0x08)
1220 if (tx_status & 0x04)
1222 if (tx_status & 0x02)
1229 if (tx_status & 0x10) { /* TxUnderrun */
1249 tx_status = ioread16 (ioaddr + TxStatus);
1251 hw_frame_id = (tx_status >> 8) & 0xff;