Searched refs:tx_error (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_psgmii.c | 124 uint32_t tx_ok, tx_error; in ar40xx_hw_psgmii_single_phy_testing() local 165 tx_error = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802f); in ar40xx_hw_psgmii_single_phy_testing() 172 if (tx_all_ok == 0x1000 && tx_error == 0) { 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() 224 uint32_t tx_ok, tx_error; in ar40xx_hw_psgmii_all_phy_testing() local 233 tx_error = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802f); in ar40xx_hw_psgmii_all_phy_testing() 240 if (tx_all_ok == 0x1000 && tx_error == 0) { 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 | en_hw_tls.h | 71 m(+1, u64, tx_error, "tx_error", "Transmitted packets with error")
|
H A D | mlx5_en_hw_tls.c | 130 MLX5E_TLS_STAT_INC(ptag, tx_error, 1); in mlx5e_tls_tag_import() 303 MLX5E_TLS_STAT_INC(ptag, tx_error, 1); in mlx5e_tls_st_init() 316 MLX5E_TLS_STAT_INC(ptag, tx_error, 1); in mlx5e_tls_st_init() 824 MLX5E_TLS_STAT_INC(ptls_tag, tx_error, 1); in mlx5e_sq_tls_xmit()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2694 __be64 tx_error; member 2786 __be64 tx_error; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7950 __be64 tx_error; member 8067 __be64 tx_error; member
|