Searched refs:rx_error (Results 1 – 8 of 8) sorted by relevance
165 goto rx_error; in cisco_rx()169 goto rx_error; in cisco_rx()184 goto rx_error; in cisco_rx()219 goto rx_error; in cisco_rx()252 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()
879 goto rx_error; in fr_rx()889 goto rx_error; in fr_rx()982 rx_error: in fr_rx()
1277 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local1280 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() local1345 rx_error); in boomerang_rx()1347 if (rx_error & 0x01) in boomerang_rx()[all …]
2488 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local2490 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()2492 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()2493 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()2494 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()2495 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()2496 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()2560 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local2562 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()2564 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()[all …]
682 goto rx_error; in pio_rx_frame()686 goto rx_error; in pio_rx_frame()702 goto rx_error; in pio_rx_frame()713 goto rx_error; in pio_rx_frame()764 rx_error: in pio_rx_frame()
792 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
2171 __le32 rx_error; member