Home
last modified time | relevance | path

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

/linux-4.4.14/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.c880 goto rx_error; in fr_rx()
890 goto rx_error; in fr_rx()
983 rx_error: in fr_rx()
/linux-4.4.14/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.c2536 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local
2538 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()
2540 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()
2541 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()
2542 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()
2543 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()
2544 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()
2608 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
2610 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()
2612 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c793 u32 rx_error, in i40e_rx_checksum() argument
830 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
841 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
848 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
949 u32 rx_error, rx_status; in i40e_clean_rx_irq_ps() local
1003 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_clean_rx_irq_ps()
1005 rx_hbo = rx_error & BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps()
1006 rx_error &= ~BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps()
1069 if (unlikely(rx_error & BIT(I40E_RX_DESC_ERROR_RXE_SHIFT))) { in i40e_clean_rx_irq_ps()
1082 i40e_rx_checksum(vsi, skb, rx_status, rx_error, rx_ptype); in i40e_clean_rx_irq_ps()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1319 u32 rx_error, in i40e_rx_checksum() argument
1356 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
1367 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1374 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
1476 u32 rx_error, rx_status; in i40e_clean_rx_irq_ps() local
1538 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_clean_rx_irq_ps()
1540 rx_hbo = rx_error & BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps()
1541 rx_error &= ~BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps()
1604 if (unlikely(rx_error & BIT(I40E_RX_DESC_ERROR_RXE_SHIFT))) { in i40e_clean_rx_irq_ps()
1624 i40e_rx_checksum(vsi, skb, rx_status, rx_error, rx_ptype); in i40e_clean_rx_irq_ps()
[all …]
/linux-4.4.14/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-4.4.14/drivers/net/wireless/ath/ath6kl/
Dmain.c838 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
Dwmi.h2337 __le32 rx_error; member