Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dhdlc_cisco.c166 goto rx_error; in cisco_rx()
170 goto rx_error; in cisco_rx()
185 goto rx_error; in cisco_rx()
220 goto rx_error; in cisco_rx()
253 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-v4.19/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.c2534 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local
2536 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()
2538 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()
2539 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()
2540 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()
2541 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()
2542 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()
2606 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
2608 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()
2610 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/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-v4.19/drivers/net/ethernet/apm/xgene-v2/
Dmain.c308 u8 head, rx_error; in xge_rx_poll() local
335 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()
336 if (unlikely(rx_error)) { in xge_rx_poll()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c848 u32 rx_error, rx_status; in ice_rx_csum() local
852 rx_error = rx_status; in ice_rx_csum()
876 if (ipv4 && (rx_error & (BIT(ICE_RX_FLEX_DESC_STATUS0_XSUM_IPE_S) | in ice_rx_csum()
886 if (rx_error & BIT(ICE_RX_FLEX_DESC_STATUS0_XSUM_L4E_S)) in ice_rx_csum()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c949 u32 rx_error, rx_status; in i40e_rx_checksum() local
956 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_rx_checksum()
984 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
995 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1002 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1667 u32 rx_error, rx_status; in i40e_rx_checksum() local
1674 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_rx_checksum()
1702 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
1713 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1720 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dmain.c840 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
Dwmi.h2337 __le32 rx_error; member