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