Lines Matching refs:rx_error
1264 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1267 rx_error); in corkscrew_rx()
1269 if (rx_error & 0x01) in corkscrew_rx()
1271 if (rx_error & 0x02) in corkscrew_rx()
1273 if (rx_error & 0x04) in corkscrew_rx()
1275 if (rx_error & 0x08) in corkscrew_rx()
1277 if (rx_error & 0x10) in corkscrew_rx()
1329 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
1332 rx_error); in boomerang_rx()
1334 if (rx_error & 0x01) in boomerang_rx()
1336 if (rx_error & 0x02) in boomerang_rx()
1338 if (rx_error & 0x04) in boomerang_rx()
1340 if (rx_error & 0x08) in boomerang_rx()
1342 if (rx_error & 0x10) in boomerang_rx()