Home
last modified time | relevance | path

Searched refs:n_stats (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c75 n_stats->rx_errors++; in qca_tty_receive()
76 n_stats->rx_dropped++; in qca_tty_receive()
95 n_stats->rx_errors++; in qca_tty_receive()
96 n_stats->rx_dropped++; in qca_tty_receive()
100 n_stats->rx_errors++; in qca_tty_receive()
101 n_stats->rx_dropped++; in qca_tty_receive()
104 n_stats->rx_packets++; in qca_tty_receive()
105 n_stats->rx_bytes += retcode; in qca_tty_receive()
116 n_stats->rx_errors++; in qca_tty_receive()
144 n_stats->tx_packets++; in qcauart_transmit()
[all …]
H A Dqca_spi.c282 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcaspi_transmit() local
316 n_stats->tx_packets++; in qcaspi_transmit()
317 n_stats->tx_bytes += qca->txr.skb[qca->txr.head]->len; in qcaspi_transmit()
344 struct net_device_stats *n_stats = &net_dev->stats; in qcaspi_receive() local
423 n_stats->rx_errors++; in qcaspi_receive()
424 n_stats->rx_dropped++; in qcaspi_receive()
428 n_stats->rx_errors++; in qcaspi_receive()
429 n_stats->rx_dropped++; in qcaspi_receive()
433 n_stats->rx_packets++; in qcaspi_receive()
434 n_stats->rx_bytes += retcode; in qcaspi_receive()
[all …]
/openbmc/linux/net/ethtool/
H A Dioctl.c2056 int ret, n_stats; in ethtool_get_stats() local
2062 if (n_stats < 0) in ethtool_get_stats()
2063 return n_stats; in ethtool_get_stats()
2070 stats.n_stats = n_stats; in ethtool_get_stats()
2072 if (n_stats) { in ethtool_get_stats()
2096 if (n_stats < 0) in ethtool_vzalloc_stats_array()
2097 return n_stats; in ethtool_vzalloc_stats_array()
2115 int n_stats, ret; in ethtool_get_phy_stats_phydev() local
2126 stats->n_stats = n_stats; in ethtool_get_phy_stats_phydev()
2135 int n_stats, ret; in ethtool_get_phy_stats_ethtool() local
[all …]
H A Dstats.c170 unsigned int n_grps = 0, n_stats = 0; in stats_reply_size() local
176 n_stats += sizeof(struct ethtool_eth_phy_stats) / sizeof(u64); in stats_reply_size()
180 n_stats += sizeof(struct ethtool_eth_mac_stats) / sizeof(u64); in stats_reply_size()
184 n_stats += sizeof(struct ethtool_eth_ctrl_stats) / sizeof(u64); in stats_reply_size()
188 n_stats += sizeof(struct ethtool_rmon_stats) / sizeof(u64); in stats_reply_size()
201 len += n_stats * (nla_total_size(0) + /* _A_STATS_GRP_STAT */ in stats_reply_size()
/openbmc/linux/tools/include/uapi/linux/
H A Dethtool.h96 __u32 n_stats; member
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c187 u32 n_stats = ARRAY_SIZE(aq_ethtool_stat_names) + in aq_ethtool_n_stats() local
191 n_stats += rx_stat_cnt * aq_ptp_get_ring_cnt(nic, ATL_RING_RX) + in aq_ethtool_n_stats()
197 n_stats += ARRAY_SIZE(aq_macsec_stat_names) + in aq_ethtool_n_stats()
207 return n_stats; in aq_ethtool_n_stats()
244 drvinfo->n_stats = aq_ethtool_n_stats(ndev); in aq_ethtool_get_drvinfo()
/openbmc/u-boot/include/linux/
H A Dethtool.h72 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */ member
292 __u32 n_stats; /* number of u64's being returned */ member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c401 size_t n_stats = 0; in efx_describe_per_queue_stats() local
406 n_stats++; in efx_describe_per_queue_stats()
419 n_stats++; in efx_describe_per_queue_stats()
431 n_stats++; in efx_describe_per_queue_stats()
440 return n_stats; in efx_describe_per_queue_stats()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c400 size_t n_stats = 0; in efx_describe_per_queue_stats() local
405 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()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c358 size_t n_stats = 0; in ef4_describe_per_queue_stats() local
363 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()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h194 uint32_t n_stats; member
922 uint32_t n_stats; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h194 __u32 n_stats; member
922 __u32 n_stats; member
/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c270 int n_stats; member
1148 return ARRAY_SIZE(common_hw_stats) + (phy_data ? phy_data->n_stats : 0); in nxp_c45_get_sset_count()
1787 .n_stats = ARRAY_SIZE(tja1103_hw_stats),
1902 .n_stats = ARRAY_SIZE(tja1120_hw_stats),
/openbmc/linux/Documentation/networking/
H A Dstatistics.rst161 to retrieve the number of statistics (`.n_stats`).
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c6140 int n_stats = stats->n_stats; in netdev_get_ethtool_stats() local
6185 if (n > n_stats) in netdev_get_ethtool_stats()
6186 n = n_stats; in netdev_get_ethtool_stats()
6187 n_stats -= n; in netdev_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c803 if (bnad_get_stats_count_locked(netdev) != stats->n_stats) { in bnad_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c31 memset(buf, 0, stats->n_stats * sizeof(*buf)); in ionic_get_stats()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c1356 memset(data, 0, stats->n_stats * sizeof(u64)); in qlcnic_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1372 info->n_stats = bnxt_get_num_stats(bp); in bnxt_get_drvinfo()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c4255 info->n_stats = ARRAY_SIZE(mtk_ethtool_stats); in mtk_get_drvinfo()