Searched refs:n_stats (Results 1 – 16 of 16) sorted by relevance
76 n_stats->rx_errors++; in qca_tty_receive()77 n_stats->rx_dropped++; in qca_tty_receive()96 n_stats->rx_errors++; in qca_tty_receive()97 n_stats->rx_dropped++; in qca_tty_receive()101 n_stats->rx_errors++; in qca_tty_receive()102 n_stats->rx_dropped++; in qca_tty_receive()105 n_stats->rx_packets++; in qca_tty_receive()106 n_stats->rx_bytes += retcode; in qca_tty_receive()117 n_stats->rx_errors++; in qca_tty_receive()145 n_stats->tx_packets++; in qcauart_transmit()[all …]
281 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcaspi_transmit() local315 n_stats->tx_packets++; in qcaspi_transmit()316 n_stats->tx_bytes += qca->txr.skb[qca->txr.head]->len; in qcaspi_transmit()343 struct net_device_stats *n_stats = &net_dev->stats; in qcaspi_receive() local422 n_stats->rx_errors++; in qcaspi_receive()423 n_stats->rx_dropped++; in qcaspi_receive()427 n_stats->rx_errors++; in qcaspi_receive()428 n_stats->rx_dropped++; in qcaspi_receive()432 n_stats->rx_packets++; in qcaspi_receive()433 n_stats->rx_bytes += retcode; in qcaspi_receive()[all …]
147 unsigned int n_grps = 0, n_stats = 0; in stats_reply_size() local151 n_stats += sizeof(struct ethtool_eth_phy_stats) / sizeof(u64); in stats_reply_size()155 n_stats += sizeof(struct ethtool_eth_mac_stats) / sizeof(u64); in stats_reply_size()159 n_stats += sizeof(struct ethtool_eth_ctrl_stats) / sizeof(u64); in stats_reply_size()163 n_stats += sizeof(struct ethtool_rmon_stats) / sizeof(u64); in stats_reply_size()176 len += n_stats * (nla_total_size(0) + /* _A_STATS_GRP_STAT */ in stats_reply_size()
2040 int ret, n_stats; in ethtool_get_stats() local2046 if (n_stats < 0) in ethtool_get_stats()2047 return n_stats; in ethtool_get_stats()2050 WARN_ON_ONCE(!n_stats); in ethtool_get_stats()2054 stats.n_stats = n_stats; in ethtool_get_stats()2056 if (n_stats) { in ethtool_get_stats()2085 int ret, n_stats; in ethtool_get_phy_stats() local2095 if (n_stats < 0) in ethtool_get_phy_stats()2096 return n_stats; in ethtool_get_phy_stats()2104 stats.n_stats = n_stats; in ethtool_get_phy_stats()[all …]
96 __u32 n_stats; member
177 u32 n_stats = ARRAY_SIZE(aq_ethtool_stat_names) + in aq_ethtool_n_stats() local181 n_stats += rx_stat_cnt * aq_ptp_get_ring_cnt(nic, ATL_RING_RX) + in aq_ethtool_n_stats()187 n_stats += ARRAY_SIZE(aq_macsec_stat_names) + in aq_ethtool_n_stats()197 return n_stats; in aq_ethtool_n_stats()234 drvinfo->n_stats = aq_ethtool_n_stats(ndev); in aq_ethtool_get_drvinfo()
400 size_t n_stats = 0; in efx_describe_per_queue_stats() local405 n_stats++; in efx_describe_per_queue_stats()418 n_stats++; in efx_describe_per_queue_stats()430 n_stats++; in efx_describe_per_queue_stats()439 return n_stats; in efx_describe_per_queue_stats()
358 size_t n_stats = 0; in ef4_describe_per_queue_stats() local363 n_stats++; in ef4_describe_per_queue_stats()376 n_stats++; in ef4_describe_per_queue_stats()384 return n_stats; in ef4_describe_per_queue_stats()
196 __u32 n_stats; member835 __u32 n_stats; member
161 to retrieve the number of statistics (`.n_stats`).
6436 int n_stats = stats->n_stats; in netdev_get_ethtool_stats() local6481 if (n > n_stats) in netdev_get_ethtool_stats()6482 n = n_stats; in netdev_get_ethtool_stats()6483 n_stats -= n; in netdev_get_ethtool_stats()
31 memset(buf, 0, stats->n_stats * sizeof(*buf)); in ionic_get_stats()
799 if (bnad_get_stats_count_locked(netdev) != stats->n_stats) { in bnad_get_ethtool_stats()
1352 memset(data, 0, stats->n_stats * sizeof(u64)); in qlcnic_get_ethtool_stats()
2773 info->n_stats = ARRAY_SIZE(mtk_ethtool_stats); in mtk_get_drvinfo()
1343 info->n_stats = bnxt_get_num_stats(bp); in bnxt_get_drvinfo()
Completed in 72 milliseconds