| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | trx.c | 74 struct rtl_stats *pstats, in _rtl92de_query_rxphystatus() argument 91 pstats->packet_matchbssid = packet_match_bssid; in _rtl92de_query_rxphystatus() 92 pstats->packet_toself = packet_toself; in _rtl92de_query_rxphystatus() 93 pstats->packet_beacon = packet_beacon; in _rtl92de_query_rxphystatus() 94 pstats->is_cck = is_cck_rate; in _rtl92de_query_rxphystatus() 95 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92de_query_rxphystatus() 96 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92de_query_rxphystatus() 159 pstats->rx_pwdb_all = pwdb_all; in _rtl92de_query_rxphystatus() 160 pstats->recvsignalpower = rx_pwr_all; in _rtl92de_query_rxphystatus() 163 if (pstats->rx_pwdb_all > 40) { in _rtl92de_query_rxphystatus() [all …]
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| D | trx.c | 36 struct rtl_stats *pstats, u8 *pdesc, in _rtl92se_query_rxphystatus() argument 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->rx_pwdb_all > 40) { in _rtl92se_query_rxphystatus() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | nmclan_cs.c | 1135 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument 1139 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats() 1141 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats() 1143 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats() 1145 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats() 1148 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats() 1150 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats() 1152 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats() 1155 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats() 1157 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats() [all …]
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| D | trx.c | 66 struct rtl_stats *pstats, in _rtl92ce_query_rxphystatus() argument 83 pstats->packet_matchbssid = packet_match_bssid; in _rtl92ce_query_rxphystatus() 84 pstats->packet_toself = packet_toself; in _rtl92ce_query_rxphystatus() 85 pstats->is_cck = is_cck_rate; in _rtl92ce_query_rxphystatus() 86 pstats->packet_beacon = packet_beacon; in _rtl92ce_query_rxphystatus() 87 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92ce_query_rxphystatus() 88 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92ce_query_rxphystatus() 162 pstats->rx_pwdb_all = pwdb_all; in _rtl92ce_query_rxphystatus() 163 pstats->recvsignalpower = rx_pwr_all; in _rtl92ce_query_rxphystatus() 169 if (pstats->rx_pwdb_all > 40) in _rtl92ce_query_rxphystatus() [all …]
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | mac.c | 609 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus() argument 628 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus() 629 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus() 630 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus() 631 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus() 632 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus() 633 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus() 682 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 683 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus() 687 if (pstats->rx_pwdb_all > 40) in _rtl92c_query_rxphystatus() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_stats.h | 183 #define PPORT_802_3_GET(pstats, c) \ argument 184 MLX5_GET64(ppcnt_reg, pstats->IEEE_802_3_counters, \ 186 #define PPORT_2863_GET(pstats, c) \ argument 187 MLX5_GET64(ppcnt_reg, pstats->RFC_2863_counters, \ 189 #define PPORT_2819_GET(pstats, c) \ argument 190 MLX5_GET64(ppcnt_reg, pstats->RFC_2819_counters, \ 192 #define PPORT_PHY_STATISTICAL_GET(pstats, c) \ argument 193 MLX5_GET64(ppcnt_reg, (pstats)->phy_statistical_counters, \ 195 #define PPORT_PER_PRIO_GET(pstats, prio, c) \ argument 196 MLX5_GET64(ppcnt_reg, pstats->per_prio_counters[prio], \ [all …]
|
| D | en_stats.c | 586 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_grp_802_3_update_stats() local 596 out = pstats->IEEE_802_3_counters; in mlx5e_grp_802_3_update_stats() 640 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_grp_2863_update_stats() local 647 out = pstats->RFC_2863_counters; in mlx5e_grp_2863_update_stats() 701 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_grp_2819_update_stats() local 711 out = pstats->RFC_2819_counters; in mlx5e_grp_2819_update_stats() 805 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_grp_phy_update_stats() local 812 out = pstats->phy_counters; in mlx5e_grp_phy_update_stats() 819 out = pstats->phy_statistical_counters; in mlx5e_grp_phy_update_stats() 868 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_grp_eth_ext_update_stats() local [all …]
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_stats.c | 551 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update() local 628 pstats->pfc_frames_tx_hi = new->tx_stat_gtpp_hi; in bnx2x_bmac_stats_update() 629 pstats->pfc_frames_tx_lo = new->tx_stat_gtpp_lo; in bnx2x_bmac_stats_update() 631 pstats->pfc_frames_rx_hi = new->rx_stat_grpp_hi; in bnx2x_bmac_stats_update() 632 pstats->pfc_frames_rx_lo = new->rx_stat_grpp_lo; in bnx2x_bmac_stats_update() 636 pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bnx2x_bmac_stats_update() 638 pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bnx2x_bmac_stats_update() 641 pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bnx2x_bmac_stats_update() 643 pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bnx2x_bmac_stats_update() 646 pstats->pfc_frames_rx_hi; in bnx2x_bmac_stats_update() [all …]
|
| D | bnx2x_stats.h | 390 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->mac_stx[1].s##_lo, \
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ |
| D | cxgb2.c | 296 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->RxOctetsOK; in t1_get_stats() 311 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors + in t1_get_stats() 312 pstats->TxUnderrun + pstats->TxFramesAbortedDueToXSCollisions; in t1_get_stats() [all …]
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 3331 struct ath10k_per_peer_tx_stats *pstats, in ath10k_accumulate_per_peer_tx_stats() argument 3345 mcs = ATH10K_HW_MCS_RATE(pstats->ratecode); in ath10k_accumulate_per_peer_tx_stats() 3355 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats() 3356 STATS_OP_FMT(SUCC).vht[1][mcs] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats() 3357 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3358 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3359 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats() 3360 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats() 3362 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats() 3363 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats() [all …]
|
| /Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
| D | r8192E_dev.c | 1465 struct rtllib_rx_stats *pstats, in _rtl92e_query_rxphystatus() argument 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->RecvSignalPower = rx_pwr_all; in _rtl92e_query_rxphystatus() [all …]
|
| /Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
| D | ocrdma_stats.c | 468 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_tx_dbg_stats() local 474 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_tx_dbg_stats() 477 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_tx_dbg_stats() 486 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_rx_dbg_stats() local 492 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_rx_dbg_stats() 495 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_rx_dbg_stats() 641 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_write() local 642 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_write() 654 switch (pstats->type) { in ocrdma_dbgfs_ops_write() 692 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_read() local [all …]
|
| /Linux-v5.4/drivers/net/ethernet/synopsys/ |
| D | dwc-xlgmac-net.c | 771 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->rxcrcerror; in xlgmac_get_stats64() [all …]
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_tables_core.c | 99 struct nft_stats __percpu *pstats; in nft_update_chain_stats() local 105 pstats = READ_ONCE(base_chain->stats); in nft_update_chain_stats() 106 if (pstats) { in nft_update_chain_stats() 108 stats = this_cpu_ptr(pstats); in nft_update_chain_stats()
|
| /Linux-v5.4/drivers/staging/rtl8192u/ |
| D | r819xU_cmdpkt.c | 472 struct ieee80211_rx_stats *pstats) in cmpk_message_handle_rx() argument 482 if (pstats == NULL) in cmpk_message_handle_rx() 486 total_length = pstats->Length; in cmpk_message_handle_rx() 489 pcmd_buff = pstats->virtual_address; in cmpk_message_handle_rx()
|
| D | r8192U_core.c | 710 static u32 get_rxpacket_shiftbytes_819xusb(struct ieee80211_rx_stats *pstats) in get_rxpacket_shiftbytes_819xusb() argument 712 return (sizeof(struct rx_desc_819x_usb) + pstats->RxDrvInfoSize in get_rxpacket_shiftbytes_819xusb() 713 + pstats->RxBufShift); in get_rxpacket_shiftbytes_819xusb() 893 struct ieee80211_rx_stats *pstats) in rtl819xusb_rx_command_packet() argument 897 status = cmpk_message_handle_rx(dev, pstats); in rtl819xusb_rx_command_packet() 4065 struct ieee80211_rx_stats *pstats, in rtl8192_query_rxphystatus() argument 4093 pstats->bPacketMatchBSSID = in rtl8192_query_rxphystatus() 4095 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in rtl8192_query_rxphystatus() 4096 pstats->bIsCCK = precord_stats->bIsCCK = is_cck_rate; in rtl8192_query_rxphystatus() 4097 pstats->bPacketBeacon = precord_stats->bPacketBeacon = bPacketBeacon; in rtl8192_query_rxphystatus() [all …]
|
| D | r819xU_cmdpkt.h | 186 struct ieee80211_rx_stats *pstats);
|
| /Linux-v5.4/net/bridge/ |
| D | br_multicast.c | 1539 struct bridge_mcast_stats *pstats; in br_multicast_err_count() local 1551 pstats = this_cpu_ptr(stats); in br_multicast_err_count() 1553 u64_stats_update_begin(&pstats->syncp); in br_multicast_err_count() 1556 pstats->mstats.igmp_parse_errors++; in br_multicast_err_count() 1560 pstats->mstats.mld_parse_errors++; in br_multicast_err_count() 1564 u64_stats_update_end(&pstats->syncp); in br_multicast_err_count() 2315 struct bridge_mcast_stats *pstats = this_cpu_ptr(stats); in br_mcast_stats_add() local 2319 u64_stats_update_begin(&pstats->syncp); in br_mcast_stats_add() 2325 pstats->mstats.igmp_v1reports[dir]++; in br_mcast_stats_add() 2328 pstats->mstats.igmp_v2reports[dir]++; in br_mcast_stats_add() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_fcoe.c | 701 struct fcoe_tx_stat pstats; in _qed_fcoe_get_pstats() local 704 memset(&pstats, 0, sizeof(pstats)); in _qed_fcoe_get_pstats() 707 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, sizeof(pstats)); in _qed_fcoe_get_pstats() 709 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats() 711 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats() 713 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats() 715 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
|
| D | qed_l2.c | 1629 *p_addr = p_resp->pfdev_info.stats_info.pstats.address; in __qed_get_vport_pstats_addrlen() 1630 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __qed_get_vport_pstats_addrlen() 1638 struct eth_pstorm_per_queue_stat pstats; in __qed_get_vport_pstats() local 1644 memset(&pstats, 0, sizeof(pstats)); in __qed_get_vport_pstats() 1645 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, pstats_len); in __qed_get_vport_pstats() 1648 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats() 1650 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats() 1652 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats() 1654 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats() 1656 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats() [all …]
|
| D | qed_iscsi.c | 1037 struct pstorm_iscsi_stats_drv pstats; in _qed_iscsi_get_pstats() local 1040 memset(&pstats, 0, sizeof(pstats)); in _qed_iscsi_get_pstats() 1043 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, sizeof(pstats)); in _qed_iscsi_get_pstats() 1046 HILO_64_REGPAIR(pstats.iscsi_tx_bytes_cnt); in _qed_iscsi_get_pstats() 1048 HILO_64_REGPAIR(pstats.iscsi_tx_packet_cnt); in _qed_iscsi_get_pstats()
|
| D | qed_ll2.c | 2142 struct core_ll2_pstorm_per_queue_stat pstats; in _qed_ll2_get_pstats() local 2146 memset(&pstats, 0, sizeof(pstats)); in _qed_ll2_get_pstats() 2149 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, sizeof(pstats)); in _qed_ll2_get_pstats() 2151 p_stats->sent_ucast_bytes += HILO_64_REGPAIR(pstats.sent_ucast_bytes); in _qed_ll2_get_pstats() 2152 p_stats->sent_mcast_bytes += HILO_64_REGPAIR(pstats.sent_mcast_bytes); in _qed_ll2_get_pstats() 2153 p_stats->sent_bcast_bytes += HILO_64_REGPAIR(pstats.sent_bcast_bytes); in _qed_ll2_get_pstats() 2154 p_stats->sent_ucast_pkts += HILO_64_REGPAIR(pstats.sent_ucast_pkts); in _qed_ll2_get_pstats() 2155 p_stats->sent_mcast_pkts += HILO_64_REGPAIR(pstats.sent_mcast_pkts); in _qed_ll2_get_pstats() 2156 p_stats->sent_bcast_pkts += HILO_64_REGPAIR(pstats.sent_bcast_pkts); in _qed_ll2_get_pstats()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_main.c | 1493 const struct mac_stats *pstats; in cxgb_get_stats() local 1496 pstats = t3_mac_update_stats(&pi->mac); in cxgb_get_stats() 1499 ns->tx_bytes = pstats->tx_octets; in cxgb_get_stats() 1500 ns->tx_packets = pstats->tx_frames; in cxgb_get_stats() 1501 ns->rx_bytes = pstats->rx_octets; in cxgb_get_stats() 1502 ns->rx_packets = pstats->rx_frames; in cxgb_get_stats() 1503 ns->multicast = pstats->rx_mcast_frames; in cxgb_get_stats() 1505 ns->tx_errors = pstats->tx_underrun; in cxgb_get_stats() 1506 ns->rx_errors = pstats->rx_symbol_errs + pstats->rx_fcs_errs + in cxgb_get_stats() 1507 pstats->rx_too_long + pstats->rx_jabber + pstats->rx_short + in cxgb_get_stats() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-drv.c | 2167 struct xgbe_mmc_stats *pstats = &pdata->mmc_stats; in xgbe_get_stats64() local 2173 s->rx_packets = pstats->rxframecount_gb; in xgbe_get_stats64() 2174 s->rx_bytes = pstats->rxoctetcount_gb; in xgbe_get_stats64() 2175 s->rx_errors = pstats->rxframecount_gb - in xgbe_get_stats64() 2176 pstats->rxbroadcastframes_g - in xgbe_get_stats64() 2177 pstats->rxmulticastframes_g - in xgbe_get_stats64() 2178 pstats->rxunicastframes_g; in xgbe_get_stats64() 2179 s->multicast = pstats->rxmulticastframes_g; in xgbe_get_stats64() 2180 s->rx_length_errors = pstats->rxlengtherror; in xgbe_get_stats64() 2181 s->rx_crc_errors = pstats->rxcrcerror; in xgbe_get_stats64() [all …]
|