/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsi_state_machine.cpp | 245 network_debug_.ncsi.rx_error.timeout_count++; in report_ncsi_error() 250 network_debug_.ncsi.rx_error.undersized_count++; in report_ncsi_error() 256 network_debug_.ncsi.rx_error.nack_count++; in report_ncsi_error() 263 network_debug_.ncsi.rx_error.unexpected_type_count++; in report_ncsi_error() 285 network_debug_.ncsi.rx_error.unexpected_size_count++; in report_ncsi_error() 292 network_debug_.ncsi.rx_error.unexpected_type_count++; in report_ncsi_error()
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_cisco.c | 152 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()
|
H A D | hdlc_ppp.c | 451 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()
|
H A D | hdlc_fr.c | 900 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()
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 1267 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local 1270 rx_error); in corkscrew_rx() 1272 if (rx_error & 0x01) in corkscrew_rx() 1274 if (rx_error & 0x02) in corkscrew_rx() 1276 if (rx_error & 0x04) in corkscrew_rx() 1278 if (rx_error & 0x08) in corkscrew_rx() 1280 if (rx_error & 0x10) in corkscrew_rx() 1332 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local 1335 rx_error); in boomerang_rx() 1337 if (rx_error & 0x01) in boomerang_rx() [all …]
|
H A D | 3c59x.c | 2534 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 …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | pio.c | 669 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()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ipheth.c | 250 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()
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.h | 167 } rx_error; member
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_desc_dqo.h | 208 u8 rx_error: 1; member
|
H A D | gve_rx_dqo.c | 631 if (unlikely(compl_desc->rx_error)) { in gve_rx_dqo()
|
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | main.c | 294 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()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 986 u32 rx_error, rx_status; in iavf_rx_checksum() local 993 rx_error = (qword & IAVF_RXD_QW1_ERROR_MASK) >> in iavf_rx_checksum() 1021 (rx_error & (BIT(IAVF_RX_DESC_ERROR_IPE_SHIFT) | in iavf_rx_checksum() 1032 if (rx_error & BIT(IAVF_RX_DESC_ERROR_L4E_SHIFT)) in iavf_rx_checksum() 1039 if (rx_error & BIT(IAVF_RX_DESC_ERROR_PPRS_SHIFT)) in iavf_rx_checksum()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 1752 u32 rx_error, rx_status; in i40e_rx_checksum() local 1759 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_rx_checksum() 1787 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum() 1798 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum() 1805 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
|
/openbmc/linux/Documentation/networking/ |
H A D | statistics.rst | 198 added into the general `rx_error` / `tx_error` counters.
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | main.c | 844 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
|
H A D | wmi.h | 2337 __le32 rx_error; member
|