Home
last modified time | relevance | path

Searched refs:pstats (Results 1 - 25 of 81) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c37 struct rtl_stats *pstats, in _rtl92de_query_rxphystatus()
54 pstats->packet_matchbssid = packet_match_bssid; in _rtl92de_query_rxphystatus()
55 pstats->packet_toself = packet_toself; in _rtl92de_query_rxphystatus()
56 pstats->packet_beacon = packet_beacon; in _rtl92de_query_rxphystatus()
57 pstats->is_cck = is_cck_rate; in _rtl92de_query_rxphystatus()
58 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92de_query_rxphystatus()
59 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92de_query_rxphystatus()
122 pstats->rx_pwdb_all = pwdb_all; in _rtl92de_query_rxphystatus()
123 pstats->recvsignalpower = rx_pwr_all; in _rtl92de_query_rxphystatus()
126 if (pstats in _rtl92de_query_rxphystatus()
36 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92de_query_rxphystatus() argument
185 rtl92d_loop_over_paths(struct ieee80211_hw *hw, struct rtl_stats *pstats) rtl92d_loop_over_paths() argument
218 _rtl92de_process_ui_rssi(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_ui_rssi() argument
250 _rtl92de_update_rxsignalstatistics(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_update_rxsignalstatistics() argument
266 _rtl92de_process_pwdb(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_pwdb() argument
297 rtl92d_loop_over_streams(struct ieee80211_hw *hw, struct rtl_stats *pstats) rtl92d_loop_over_streams() argument
318 _rtl92de_process_ui_link_quality(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_ui_link_quality() argument
365 _rtl92de_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo) _rtl92de_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c37 struct rtl_stats *pstats, in _rtl92de_query_rxphystatus()
54 pstats->packet_matchbssid = packet_match_bssid; in _rtl92de_query_rxphystatus()
55 pstats->packet_toself = packet_toself; in _rtl92de_query_rxphystatus()
56 pstats->packet_beacon = packet_beacon; in _rtl92de_query_rxphystatus()
57 pstats->is_cck = is_cck_rate; in _rtl92de_query_rxphystatus()
58 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92de_query_rxphystatus()
59 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92de_query_rxphystatus()
122 pstats->rx_pwdb_all = pwdb_all; in _rtl92de_query_rxphystatus()
123 pstats->recvsignalpower = rx_pwr_all; in _rtl92de_query_rxphystatus()
126 if (pstats in _rtl92de_query_rxphystatus()
36 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92de_query_rxphystatus() argument
185 rtl92d_loop_over_paths(struct ieee80211_hw *hw, struct rtl_stats *pstats) rtl92d_loop_over_paths() argument
218 _rtl92de_process_ui_rssi(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_ui_rssi() argument
250 _rtl92de_update_rxsignalstatistics(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_update_rxsignalstatistics() argument
266 _rtl92de_process_pwdb(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_pwdb() argument
297 rtl92d_loop_over_streams(struct ieee80211_hw *hw, struct rtl_stats *pstats) rtl92d_loop_over_streams() argument
318 _rtl92de_process_ui_link_quality(struct ieee80211_hw *hw, struct rtl_stats *pstats) _rtl92de_process_ui_link_quality() argument
365 _rtl92de_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo) _rtl92de_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus()
49 bool is_cck = pstats->is_cck; in _rtl92se_query_rxphystatus()
51 pstats->packet_matchbssid = packet_match_bssid; in _rtl92se_query_rxphystatus()
52 pstats->packet_toself = packet_toself; in _rtl92se_query_rxphystatus()
53 pstats->packet_beacon = packet_beacon; in _rtl92se_query_rxphystatus()
54 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92se_query_rxphystatus()
55 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92se_query_rxphystatus()
123 pstats->rx_pwdb_all = pwdb_all; in _rtl92se_query_rxphystatus()
124 pstats->recvsignalpower = rx_pwr_all; in _rtl92se_query_rxphystatus()
128 if (pstats in _rtl92se_query_rxphystatus()
35 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92se_query_rxphystatus() argument
194 _rtl92se_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92se_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c27 struct rtl_stats *pstats, in _rtl92ce_query_rxphystatus()
44 pstats->packet_matchbssid = packet_match_bssid; in _rtl92ce_query_rxphystatus()
45 pstats->packet_toself = packet_toself; in _rtl92ce_query_rxphystatus()
46 pstats->is_cck = is_cck_rate; in _rtl92ce_query_rxphystatus()
47 pstats->packet_beacon = packet_beacon; in _rtl92ce_query_rxphystatus()
48 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92ce_query_rxphystatus()
49 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92ce_query_rxphystatus()
123 pstats->rx_pwdb_all = pwdb_all; in _rtl92ce_query_rxphystatus()
124 pstats->recvsignalpower = rx_pwr_all; in _rtl92ce_query_rxphystatus()
130 if (pstats in _rtl92ce_query_rxphystatus()
26 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92ce_query_rxphystatus() argument
211 _rtl92ce_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) _rtl92ce_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus()
49 bool is_cck = pstats->is_cck; in _rtl92se_query_rxphystatus()
51 pstats->packet_matchbssid = packet_match_bssid; in _rtl92se_query_rxphystatus()
52 pstats->packet_toself = packet_toself; in _rtl92se_query_rxphystatus()
53 pstats->packet_beacon = packet_beacon; in _rtl92se_query_rxphystatus()
54 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92se_query_rxphystatus()
55 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92se_query_rxphystatus()
123 pstats->rx_pwdb_all = pwdb_all; in _rtl92se_query_rxphystatus()
124 pstats->recvsignalpower = rx_pwr_all; in _rtl92se_query_rxphystatus()
128 if (pstats in _rtl92se_query_rxphystatus()
35 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92se_query_rxphystatus() argument
194 _rtl92se_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92se_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c27 struct rtl_stats *pstats, in _rtl92ce_query_rxphystatus()
44 pstats->packet_matchbssid = packet_match_bssid; in _rtl92ce_query_rxphystatus()
45 pstats->packet_toself = packet_toself; in _rtl92ce_query_rxphystatus()
46 pstats->is_cck = is_cck_rate; in _rtl92ce_query_rxphystatus()
47 pstats->packet_beacon = packet_beacon; in _rtl92ce_query_rxphystatus()
48 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92ce_query_rxphystatus()
49 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92ce_query_rxphystatus()
123 pstats->rx_pwdb_all = pwdb_all; in _rtl92ce_query_rxphystatus()
124 pstats->recvsignalpower = rx_pwr_all; in _rtl92ce_query_rxphystatus()
130 if (pstats in _rtl92ce_query_rxphystatus()
26 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92ce_query_rxphystatus() argument
211 _rtl92ce_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) _rtl92ce_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c571 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus()
590 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus()
591 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
592 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus()
593 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus()
594 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus()
595 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
644 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
645 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
649 if (pstats in _rtl92c_query_rxphystatus()
570 _rtl92c_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *p_desc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92c_query_rxphystatus() argument
710 rtl92c_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) rtl92c_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c570 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus()
589 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus()
590 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
591 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus()
592 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus()
593 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus()
594 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
643 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
644 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
648 if (pstats in _rtl92c_query_rxphystatus()
569 _rtl92c_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *p_desc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92c_query_rxphystatus() argument
709 rtl92c_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) rtl92c_translate_rx_signal_stuff() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1132 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument
1136 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1138 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1140 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1142 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1145 (long)pstats in pr_linux_stats()
1162 pr_mace_stats(mace_statistics *pstats) pr_mace_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1133 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument
1137 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1139 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1141 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1143 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1146 (long)pstats in pr_linux_stats()
1163 pr_mace_stats(mace_statistics *pstats) pr_mace_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c553 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update() local
630 pstats->pfc_frames_tx_hi = new->tx_stat_gtpp_hi; in bnx2x_bmac_stats_update()
631 pstats->pfc_frames_tx_lo = new->tx_stat_gtpp_lo; in bnx2x_bmac_stats_update()
633 pstats->pfc_frames_rx_hi = new->rx_stat_grpp_hi; in bnx2x_bmac_stats_update()
634 pstats->pfc_frames_rx_lo = new->rx_stat_grpp_lo; in bnx2x_bmac_stats_update()
638 pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bnx2x_bmac_stats_update()
640 pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bnx2x_bmac_stats_update()
643 pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bnx2x_bmac_stats_update()
645 pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bnx2x_bmac_stats_update()
648 pstats in bnx2x_bmac_stats_update()
659 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_mstat_stats_update() local
750 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_emac_stats_update() local
808 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_hw_stats_update() local
[all...]
H A Dbnx2x_stats.h396 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \
397 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \
398 pstats->mac_stx[0].t##_hi = new->s##_hi; \
399 pstats->mac_stx[0].t##_lo = new->s##_lo; \
400 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \
401 pstats->mac_stx[1].t##_lo, diff.lo); \
421 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \
422 pstats->mac_stx[1].t##_lo, new->diff##_lo); \
427 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \
428 pstats
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c553 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update() local
630 pstats->pfc_frames_tx_hi = new->tx_stat_gtpp_hi; in bnx2x_bmac_stats_update()
631 pstats->pfc_frames_tx_lo = new->tx_stat_gtpp_lo; in bnx2x_bmac_stats_update()
633 pstats->pfc_frames_rx_hi = new->rx_stat_grpp_hi; in bnx2x_bmac_stats_update()
634 pstats->pfc_frames_rx_lo = new->rx_stat_grpp_lo; in bnx2x_bmac_stats_update()
638 pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bnx2x_bmac_stats_update()
640 pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bnx2x_bmac_stats_update()
643 pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bnx2x_bmac_stats_update()
645 pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bnx2x_bmac_stats_update()
648 pstats in bnx2x_bmac_stats_update()
659 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_mstat_stats_update() local
750 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_emac_stats_update() local
808 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); bnx2x_hw_stats_update() local
[all...]
H A Dbnx2x_stats.h390 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \
391 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \
392 pstats->mac_stx[0].t##_hi = new->s##_hi; \
393 pstats->mac_stx[0].t##_lo = new->s##_lo; \
394 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \
395 pstats->mac_stx[1].t##_lo, diff.lo); \
415 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \
416 pstats->mac_stx[1].t##_lo, new->diff##_lo); \
421 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \
422 pstats
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c296 const struct cmac_statistics *pstats; in t1_get_stats() local
299 pstats = p->mac->ops->statistics_update(p->mac, in t1_get_stats()
302 ns->tx_packets = pstats->TxUnicastFramesOK + in t1_get_stats()
303 pstats->TxMulticastFramesOK + pstats->TxBroadcastFramesOK; in t1_get_stats()
305 ns->rx_packets = pstats->RxUnicastFramesOK + in t1_get_stats()
306 pstats->RxMulticastFramesOK + pstats->RxBroadcastFramesOK; in t1_get_stats()
308 ns->tx_bytes = pstats->TxOctetsOK; in t1_get_stats()
309 ns->rx_bytes = pstats in t1_get_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c297 const struct cmac_statistics *pstats; in t1_get_stats() local
300 pstats = p->mac->ops->statistics_update(p->mac, in t1_get_stats()
303 ns->tx_packets = pstats->TxUnicastFramesOK + in t1_get_stats()
304 pstats->TxMulticastFramesOK + pstats->TxBroadcastFramesOK; in t1_get_stats()
306 ns->rx_packets = pstats->RxUnicastFramesOK + in t1_get_stats()
307 pstats->RxMulticastFramesOK + pstats->RxBroadcastFramesOK; in t1_get_stats()
309 ns->tx_bytes = pstats->TxOctetsOK; in t1_get_stats()
310 ns->rx_bytes = pstats in t1_get_stats()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h253 #define PPORT_802_3_GET(pstats, c) \
254 MLX5_GET64(ppcnt_reg, pstats->IEEE_802_3_counters, \
256 #define PPORT_2863_GET(pstats, c) \
257 MLX5_GET64(ppcnt_reg, pstats->RFC_2863_counters, \
259 #define PPORT_2819_GET(pstats, c) \
260 MLX5_GET64(ppcnt_reg, pstats->RFC_2819_counters, \
262 #define PPORT_PHY_STATISTICAL_GET(pstats, c) \
263 MLX5_GET64(ppcnt_reg, (pstats)->phy_statistical_counters, \
265 #define PPORT_PER_PRIO_GET(pstats, prio, c) \
266 MLX5_GET64(ppcnt_reg, pstats
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1465 struct rtllib_rx_stats *pstats, in _rtl92e_query_rxphystatus()
1493 pstats->bPacketMatchBSSID = precord_stats->bPacketMatchBSSID = in _rtl92e_query_rxphystatus()
1495 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in _rtl92e_query_rxphystatus()
1496 pstats->bIsCCK = precord_stats->bIsCCK = is_cck_rate; in _rtl92e_query_rxphystatus()
1497 pstats->bPacketBeacon = precord_stats->bPacketBeacon = bPacketBeacon; in _rtl92e_query_rxphystatus()
1498 pstats->bToSelfBA = precord_stats->bToSelfBA = bToSelfBA; in _rtl92e_query_rxphystatus()
1514 pstats->RxMIMOSignalQuality[0] = -1; in _rtl92e_query_rxphystatus()
1515 pstats->RxMIMOSignalQuality[1] = -1; in _rtl92e_query_rxphystatus()
1571 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1572 pstats in _rtl92e_query_rxphystatus()
1463 _rtl92e_query_rxphystatus( struct r8192_priv *priv, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo, struct rtllib_rx_stats *precord_stats, bool bpacket_match_bssid, bool bpacket_toself, bool bPacketBeacon, bool bToSelfBA ) _rtl92e_query_rxphystatus() argument
1845 _rtl92e_translate_rx_signal_stats(struct net_device *dev, struct sk_buff *skb, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo) _rtl92e_translate_rx_signal_stats() argument
1890 _rtl92e_update_received_rate_histogram_stats( struct net_device *dev, struct rtllib_rx_stats *pstats) _rtl92e_update_received_rate_histogram_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1214 struct rtllib_rx_stats *pstats, in _rtl92e_query_rxphystatus()
1239 pstats->bPacketMatchBSSID = precord_stats->bPacketMatchBSSID = in _rtl92e_query_rxphystatus()
1241 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in _rtl92e_query_rxphystatus()
1242 pstats->bIsCCK = precord_stats->bIsCCK = is_cck_rate; in _rtl92e_query_rxphystatus()
1243 pstats->bPacketBeacon = precord_stats->bPacketBeacon = bPacketBeacon; in _rtl92e_query_rxphystatus()
1244 pstats->bToSelfBA = precord_stats->bToSelfBA = bToSelfBA; in _rtl92e_query_rxphystatus()
1259 pstats->RxMIMOSignalQuality[0] = -1; in _rtl92e_query_rxphystatus()
1260 pstats->RxMIMOSignalQuality[1] = -1; in _rtl92e_query_rxphystatus()
1315 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1316 pstats in _rtl92e_query_rxphystatus()
1212 _rtl92e_query_rxphystatus( struct r8192_priv *priv, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo, struct rtllib_rx_stats *precord_stats, bool bpacket_match_bssid, bool bpacket_toself, bool bPacketBeacon, bool bToSelfBA ) _rtl92e_query_rxphystatus() argument
1555 _rtl92e_translate_rx_signal_stats(struct net_device *dev, struct sk_buff *skb, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo) _rtl92e_translate_rx_signal_stats() argument
1596 _rtl92e_update_received_rate_histogram_stats( struct net_device *dev, struct rtllib_rx_stats *pstats) _rtl92e_update_received_rate_histogram_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_vnifilter.c126 struct vxlan_vni_stats_pcpu *pstats; in vxlan_vnifilter_stats_get() local
130 pstats = per_cpu_ptr(vninode->stats, i); in vxlan_vnifilter_stats_get()
132 start = u64_stats_fetch_begin(&pstats->syncp); in vxlan_vnifilter_stats_get()
133 memcpy(&temp, &pstats->stats, sizeof(temp)); in vxlan_vnifilter_stats_get()
134 } while (u64_stats_fetch_retry(&pstats->syncp, start)); in vxlan_vnifilter_stats_get()
150 struct vxlan_vni_stats_pcpu *pstats = this_cpu_ptr(vninode->stats); in vxlan_vnifilter_stats_add() local
152 u64_stats_update_begin(&pstats->syncp); in vxlan_vnifilter_stats_add()
155 pstats->stats.rx_bytes += len; in vxlan_vnifilter_stats_add()
156 pstats->stats.rx_packets++; in vxlan_vnifilter_stats_add()
159 pstats in vxlan_vnifilter_stats_add()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h293 #define PPORT_802_3_GET(pstats, c) \
294 MLX5_GET64(ppcnt_reg, pstats->IEEE_802_3_counters, \
296 #define PPORT_2863_GET(pstats, c) \
297 MLX5_GET64(ppcnt_reg, pstats->RFC_2863_counters, \
299 #define PPORT_2819_GET(pstats, c) \
300 MLX5_GET64(ppcnt_reg, pstats->RFC_2819_counters, \
302 #define PPORT_PHY_STATISTICAL_GET(pstats, c) \
303 MLX5_GET64(ppcnt_reg, (pstats)->phy_statistical_counters, \
305 #define PPORT_PER_PRIO_GET(pstats, prio, c) \
306 MLX5_GET64(ppcnt_reg, pstats
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3539 struct ath10k_per_peer_tx_stats *pstats, in ath10k_accumulate_per_peer_tx_stats()
3553 mcs = ATH10K_HW_MCS_RATE(pstats->ratecode); in ath10k_accumulate_per_peer_tx_stats()
3563 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3564 STATS_OP_FMT(SUCC).vht[1][mcs] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()
3565 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3566 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()
3567 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3568 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3570 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3571 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats in ath10k_accumulate_per_peer_tx_stats()
3537 ath10k_accumulate_per_peer_tx_stats(struct ath10k *ar, struct ath10k_sta *arsta, struct ath10k_per_peer_tx_stats *pstats, s8 legacy_rate_idx) ath10k_accumulate_per_peer_tx_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3663 struct ath10k_per_peer_tx_stats *pstats, in ath10k_accumulate_per_peer_tx_stats()
3677 mcs = ATH10K_HW_MCS_RATE(pstats->ratecode); in ath10k_accumulate_per_peer_tx_stats()
3687 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3688 STATS_OP_FMT(SUCC).vht[1][mcs] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()
3689 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3690 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()
3691 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3692 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3694 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3695 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats in ath10k_accumulate_per_peer_tx_stats()
3661 ath10k_accumulate_per_peer_tx_stats(struct ath10k *ar, struct ath10k_sta *arsta, struct ath10k_per_peer_tx_stats *pstats, s8 legacy_rate_idx) ath10k_accumulate_per_peer_tx_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c771 struct xlgmac_stats *pstats = &pdata->stats; in xlgmac_get_stats64() local
775 s->rx_packets = pstats->rxframecount_gb; in xlgmac_get_stats64()
776 s->rx_bytes = pstats->rxoctetcount_gb; in xlgmac_get_stats64()
777 s->rx_errors = pstats->rxframecount_gb - in xlgmac_get_stats64()
778 pstats->rxbroadcastframes_g - in xlgmac_get_stats64()
779 pstats->rxmulticastframes_g - in xlgmac_get_stats64()
780 pstats->rxunicastframes_g; in xlgmac_get_stats64()
781 s->multicast = pstats->rxmulticastframes_g; in xlgmac_get_stats64()
782 s->rx_length_errors = pstats->rxlengtherror; in xlgmac_get_stats64()
783 s->rx_crc_errors = pstats in xlgmac_get_stats64()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c770 struct xlgmac_stats *pstats = &pdata->stats; in xlgmac_get_stats64() local
774 s->rx_packets = pstats->rxframecount_gb; in xlgmac_get_stats64()
775 s->rx_bytes = pstats->rxoctetcount_gb; in xlgmac_get_stats64()
776 s->rx_errors = pstats->rxframecount_gb - in xlgmac_get_stats64()
777 pstats->rxbroadcastframes_g - in xlgmac_get_stats64()
778 pstats->rxmulticastframes_g - in xlgmac_get_stats64()
779 pstats->rxunicastframes_g; in xlgmac_get_stats64()
780 s->multicast = pstats->rxmulticastframes_g; in xlgmac_get_stats64()
781 s->rx_length_errors = pstats->rxlengtherror; in xlgmac_get_stats64()
782 s->rx_crc_errors = pstats in xlgmac_get_stats64()
[all...]

Completed in 42 milliseconds

1234