Home
last modified time | relevance | path

Searched refs:rx_error (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dhdlc_cisco.c165 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()
Dhdlc_ppp.c450 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()
Dhdlc_fr.c879 goto rx_error; in fr_rx()
889 goto rx_error; in fr_rx()
982 rx_error: in fr_rx()
/linux-3.4.99/drivers/net/ethernet/3com/
D3c515.c1277 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1280 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() local
1345 rx_error); in boomerang_rx()
1347 if (rx_error & 0x01) in boomerang_rx()
[all …]
D3c59x.c2488 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local
2490 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() local
2562 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 …]
/linux-3.4.99/drivers/net/wireless/b43/
Dpio.c682 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()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dmain.c792 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
Dwmi.h2171 __le32 rx_error; member