Searched refs:rx_error (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_psgmii.c | 125 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 D | mlx5_en_hw_tls_rx.c | 318 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 D | en_hw_tls_rx.h | 121 m(+1, u64, rx_error, "rx_error", "Other errors")
|
/freebsd/sys/dev/gve/ |
H A D | gve_dqo.h | 274 uint8_t rx_error:1; member
|
H A D | gve_rx_dqo.c | 631 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 D | if_ath_rx.c | 712 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 D | if_mvneta.c | 3043 goto rx_error; in mvneta_rx_queue() 3094 rx_error: in mvneta_rx_queue()
|