Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
Dhdlc_cisco.c164 goto rx_error; in cisco_rx()
168 goto rx_error; in cisco_rx()
183 goto rx_error; in cisco_rx()
217 goto rx_error; in cisco_rx()
250 rx_error: in cisco_rx()
Dhdlc_ppp.c454 goto rx_error; in ppp_rx()
458 goto rx_error; in ppp_rx()
466 goto rx_error; in ppp_rx()
472 goto rx_error; in ppp_rx()
556 rx_error: in ppp_rx()
Dhdlc_fr.c886 goto rx_error; in fr_rx()
896 goto rx_error; in fr_rx()
989 rx_error: in fr_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
D3c515.c1263 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local
1266 rx_error); in corkscrew_rx()
1268 if (rx_error & 0x01) in corkscrew_rx()
1270 if (rx_error & 0x02) in corkscrew_rx()
1272 if (rx_error & 0x04) in corkscrew_rx()
1274 if (rx_error & 0x08) in corkscrew_rx()
1276 if (rx_error & 0x10) in corkscrew_rx()
1328 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
1331 rx_error); in boomerang_rx()
1333 if (rx_error & 0x01) in boomerang_rx()
[all …]
D3c59x.c2532 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local
2534 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()
2536 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()
2537 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()
2538 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()
2539 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()
2540 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()
2604 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local
2606 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()
2608 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/
Dmain.c294 u8 head, rx_error; in xge_rx_poll() local
321 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()
322 if (unlikely(rx_error)) { in xge_rx_poll()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c951 u32 rx_error, rx_status; in iavf_rx_checksum() local
958 rx_error = (qword & IAVF_RXD_QW1_ERROR_MASK) >> in iavf_rx_checksum()
986 (rx_error & (BIT(IAVF_RX_DESC_ERROR_IPE_SHIFT) | in iavf_rx_checksum()
997 if (rx_error & BIT(IAVF_RX_DESC_ERROR_L4E_SHIFT)) in iavf_rx_checksum()
1004 if (rx_error & BIT(IAVF_RX_DESC_ERROR_PPRS_SHIFT)) in iavf_rx_checksum()
/kernel/linux/linux-5.10/Documentation/networking/
Dstatistics.rst156 added into the general `rx_error` / `tx_error` counters.
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1621 u32 rx_error, rx_status; in i40e_rx_checksum() local
1628 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_rx_checksum()
1656 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
1667 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1674 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dmain.c844 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
Dwmi.h2337 __le32 rx_error; member