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