Home
last modified time | relevance | path

Searched refs:phy_stats (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h112 u32 phy_stats:1; member
174 u32 phy_stats:1;
250 u32 phy_stats:1; member
310 u32 phy_stats:1;
H A Drtl8xxxu_core.c5127 struct rtl8723au_phy_stats *phy_stats, in rtl8xxxu_rx_parse_phystats() argument
5130 if (phy_stats->sgi_en) in rtl8xxxu_rx_parse_phystats()
5137 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8xxxu_rx_parse_phystats()
5155 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8xxxu_rx_parse_phystats()
5613 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc16() local
5658 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc16()
5664 if (rx_desc->phy_stats) in rtl8xxxu_parse_rxdesc16()
5665 rtl8xxxu_rx_parse_phystats(priv, rx_status, phy_stats, in rtl8xxxu_parse_rxdesc16()
5707 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc24() local
5720 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc24()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000.h277 struct e1000_phy_stats phy_stats; member
H A De1000_ethtool.c399 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
402 regs_buff[21] = adapter->phy_stats.idle_errors; /* phy idle errors */ in e1000_get_regs()
H A De1000_main.c3721 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3727 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A De1000.h286 struct e1000_phy_stats phy_stats; member
H A Dethtool.c483 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c279 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
H A Dmlx4_en.h620 struct mlx4_en_phy_stats phy_stats; member
H A Den_ethtool.c420 data[index++] = ((unsigned long *)&priv->phy_stats)[i]; in mlx4_en_get_ethtool_stats()