Lines Matching refs:rx_error
1263 unsigned char rx_error = inb(ioaddr + RxErrors);
1266 rx_error);
1268 if (rx_error & 0x01)
1270 if (rx_error & 0x02)
1272 if (rx_error & 0x04)
1274 if (rx_error & 0x08)
1276 if (rx_error & 0x10)
1328 unsigned char rx_error = rx_status >> 16;
1331 rx_error);
1333 if (rx_error & 0x01)
1335 if (rx_error & 0x02)
1337 if (rx_error & 0x04)
1339 if (rx_error & 0x08)
1341 if (rx_error & 0x10)