Searched refs:rx_error (Results 1 – 6 of 6) sorted by relevance
1271 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local1274 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() local1339 rx_error); in boomerang_rx()1341 if (rx_error & 0x01) in boomerang_rx()[all …]
2410 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local2412 printk(KERN_DEBUG " Rx error: status %2.2x.\n", rx_error); in vortex_rx()2414 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()2415 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()2416 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()2417 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()2418 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()2482 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local2484 printk(KERN_DEBUG " Rx error: status %2.2x.\n", rx_error); in boomerang_rx()2486 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()[all …]
168 goto rx_error; in cisco_rx()172 goto rx_error; in cisco_rx()187 goto rx_error; in cisco_rx()221 goto rx_error; in cisco_rx()254 rx_error: in cisco_rx()
450 goto rx_error; in ppp_rx()454 goto rx_error; in ppp_rx()462 goto rx_error; in ppp_rx()468 goto rx_error; in ppp_rx()552 rx_error: in ppp_rx()
899 goto rx_error; in fr_rx()909 goto rx_error; in fr_rx()1002 rx_error: in fr_rx()
690 goto rx_error; in pio_rx_frame()694 goto rx_error; in pio_rx_frame()702 goto rx_error; in pio_rx_frame()713 goto rx_error; in pio_rx_frame()756 rx_error: in pio_rx_frame()