Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_psgmii.c125 uint32_t rx_ok, rx_error; in ar40xx_hw_psgmii_single_phy_testing() local
168 rx_error = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802c); in ar40xx_hw_psgmii_single_phy_testing()
178 tx_all_ok, tx_error, rx_all_ok, rx_error); in ar40xx_hw_psgmii_single_phy_testing()
225 uint32_t rx_ok, rx_error; in ar40xx_hw_psgmii_all_phy_testing() local
236 rx_error = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802c); in ar40xx_hw_psgmii_all_phy_testing()
247 phy, tx_all_ok, rx_all_ok, tx_error, rx_error); in ar40xx_hw_psgmii_all_phy_testing()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls_rx.c318 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_receive_progress_parameters_cb()
549 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_work()
561 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_work()
788 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_snd_tag_alloc()
800 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_snd_tag_alloc()
816 MLX5E_TLS_RX_STAT_INC(ptag, rx_error, 1); in mlx5e_tls_rx_snd_tag_alloc()
H A Den_hw_tls_rx.h121 m(+1, u64, rx_error, "rx_error", "Other errors")
/freebsd/sys/dev/gve/
H A Dgve_dqo.h274 uint8_t rx_error:1; member
H A Dgve_rx_dqo.c631 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo()
862 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo_qpl()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c712 goto rx_error; /* NB: don't count in ierrors */ in ath_rx_pkt()
753 rx_error: in ath_rx_pkt()
/freebsd/sys/dev/neta/
H A Dif_mvneta.c3043 goto rx_error; in mvneta_rx_queue()
3094 rx_error: in mvneta_rx_queue()