Home
last modified time | relevance | path

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

/drivers/net/wan/
A Dhdlc_cisco.c152 goto rx_error; in cisco_rx()
156 goto rx_error; in cisco_rx()
171 goto rx_error; in cisco_rx()
205 goto rx_error; in cisco_rx()
239 rx_error: in cisco_rx()
A Dhdlc_ppp.c451 goto rx_error; in ppp_rx()
455 goto rx_error; in ppp_rx()
463 goto rx_error; in ppp_rx()
469 goto rx_error; in ppp_rx()
553 rx_error: in ppp_rx()
A Dhdlc_fr.c900 goto rx_error; in fr_rx()
910 goto rx_error; in fr_rx()
964 goto rx_error; in fr_rx()
968 goto rx_error; in fr_rx()
989 rx_error: in fr_rx()
/drivers/net/ethernet/3com/
A D3c515.c1267 rx_error); in corkscrew_rx()
1269 if (rx_error & 0x01) in corkscrew_rx()
1271 if (rx_error & 0x02) in corkscrew_rx()
1273 if (rx_error & 0x04) in corkscrew_rx()
1275 if (rx_error & 0x08) in corkscrew_rx()
1277 if (rx_error & 0x10) in corkscrew_rx()
1332 rx_error); in boomerang_rx()
1334 if (rx_error & 0x01) in boomerang_rx()
1336 if (rx_error & 0x02) in boomerang_rx()
1338 if (rx_error & 0x04) in boomerang_rx()
[all …]
A 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()
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()
2612 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in boomerang_rx()
[all …]
/drivers/net/ethernet/intel/idpf/
A Didpf_singleq_txrx.c669 u32 rx_error, rx_status; in idpf_rx_singleq_base_csum() local
675 rx_error = FIELD_GET(VIRTCHNL2_RX_BASE_DESC_QW1_ERROR_M, qword); in idpf_rx_singleq_base_csum()
677 csum_bits.ipe = FIELD_GET(VIRTCHNL2_RX_BASE_DESC_ERROR_IPE_M, rx_error); in idpf_rx_singleq_base_csum()
679 rx_error); in idpf_rx_singleq_base_csum()
680 csum_bits.l4e = FIELD_GET(VIRTCHNL2_RX_BASE_DESC_ERROR_L4E_M, rx_error); in idpf_rx_singleq_base_csum()
682 rx_error); in idpf_rx_singleq_base_csum()
/drivers/net/wireless/broadcom/b43/
A Dpio.c669 goto rx_error; in pio_rx_frame()
673 goto rx_error; in pio_rx_frame()
689 goto rx_error; in pio_rx_frame()
700 goto rx_error; in pio_rx_frame()
751 rx_error: in pio_rx_frame()
/drivers/net/usb/
A Dipheth.c250 goto rx_error; in ipheth_rcvbulk_callback_ncm()
254 goto rx_error; in ipheth_rcvbulk_callback_ncm()
281 rx_error: in ipheth_rcvbulk_callback_ncm()
/drivers/net/ethernet/apm/xgene-v2/
A Dmain.c292 u8 head, rx_error; in xge_rx_poll() local
319 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()
320 if (unlikely(rx_error)) { in xge_rx_poll()
/drivers/net/ethernet/google/gve/
A Dgve_desc_dqo.h208 u8 rx_error: 1; member
A Dgve_rx_dqo.c751 if (unlikely(compl_desc->rx_error)) { in gve_rx_dqo()
/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.c1749 u32 rx_error, rx_status; in i40e_rx_checksum() local
1763 rx_error = FIELD_GET(I40E_RXD_QW1_ERROR_MASK, qword); in i40e_rx_checksum()
1774 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
1785 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1792 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
/drivers/net/wireless/ath/ath6kl/
A Dmain.c844 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
A Dwmi.h2337 __le32 rx_error; member

Completed in 73 milliseconds