Lines Matching refs:rx_error
1277 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1280 rx_error); in corkscrew_rx()
1282 if (rx_error & 0x01) in corkscrew_rx()
1284 if (rx_error & 0x02) in corkscrew_rx()
1286 if (rx_error & 0x04) in corkscrew_rx()
1288 if (rx_error & 0x08) in corkscrew_rx()
1290 if (rx_error & 0x10) in corkscrew_rx()
1342 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
1345 rx_error); in boomerang_rx()
1347 if (rx_error & 0x01) in boomerang_rx()
1349 if (rx_error & 0x02) in boomerang_rx()
1351 if (rx_error & 0x04) in boomerang_rx()
1353 if (rx_error & 0x08) in boomerang_rx()
1355 if (rx_error & 0x10) in boomerang_rx()