Lines Matching refs:rx_error
1271 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1274 rx_error); in corkscrew_rx()
1276 if (rx_error & 0x01) in corkscrew_rx()
1278 if (rx_error & 0x02) in corkscrew_rx()
1280 if (rx_error & 0x04) in corkscrew_rx()
1282 if (rx_error & 0x08) in corkscrew_rx()
1284 if (rx_error & 0x10) in corkscrew_rx()
1336 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
1339 rx_error); in boomerang_rx()
1341 if (rx_error & 0x01) in boomerang_rx()
1343 if (rx_error & 0x02) in boomerang_rx()
1345 if (rx_error & 0x04) in boomerang_rx()
1347 if (rx_error & 0x08) in boomerang_rx()
1349 if (rx_error & 0x10) in boomerang_rx()