Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H 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()
H A Dhdlc_ppp.c449 goto rx_error; in ppp_rx()
453 goto rx_error; in ppp_rx()
461 goto rx_error; in ppp_rx()
467 goto rx_error; in ppp_rx()
551 rx_error: in ppp_rx()
H 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()
/linux/drivers/net/wireless/broadcom/b43/
H 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()
/linux/drivers/net/usb/
H 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()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h208 u8 rx_error: 1; member
H A Dgve_rx_dqo.c838 if (unlikely(compl_desc->rx_error)) { in gve_rx_dqo()
/linux/drivers/net/ethernet/apm/xgene-v2/
H 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()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1747 u32 rx_error, rx_status; in i40e_rx_checksum() local
1761 rx_error = FIELD_GET(I40E_RXD_QW1_ERROR_MASK, qword); in i40e_rx_checksum()
1772 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()
1783 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()
1790 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c844 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
H A Dwmi.h2327 __le32 rx_error; member
/linux/net/psp/
H A Dpsp_nl.c897 nla_put_uint(rsp, PSP_A_STATS_RX_ERROR, stats.rx_error) || in psp_nl_stats_fill()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dpsp.c1004 stats->rx_error = nstats.psp_rx_pkts_frame_err; in mlx5e_psp_get_stats()