Lines Matching refs:rx_error
1267 unsigned char rx_error = inb(ioaddr + RxErrors);
1270 rx_error);
1272 if (rx_error & 0x01)
1274 if (rx_error & 0x02)
1276 if (rx_error & 0x04)
1278 if (rx_error & 0x08)
1280 if (rx_error & 0x10)
1332 unsigned char rx_error = rx_status >> 16;
1335 rx_error);
1337 if (rx_error & 0x01)
1339 if (rx_error & 0x02)
1341 if (rx_error & 0x04)
1343 if (rx_error & 0x08)
1345 if (rx_error & 0x10)