Home
last modified time | relevance | path

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

/drivers/net/
D3c515.c1271 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1274 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() local
1339 rx_error); in boomerang_rx()
1341 if (rx_error & 0x01) in boomerang_rx()
[all …]
D3c59x.c2410 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local
2412 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() local
2484 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 …]
/drivers/net/wan/
Dhdlc_cisco.c168 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()
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.c899 goto rx_error; in fr_rx()
909 goto rx_error; in fr_rx()
1002 rx_error: in fr_rx()
/drivers/net/wireless/b43/
Dpio.c690 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()