Searched refs:pstats (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c347 struct mlx5e_pport_stats *pstats = &priv->stats.pport; local
352 pfc->requests[i] = PPORT_PER_PRIO_GET(pstats, i, tx_pause);
353 pfc->indications[i] = PPORT_PER_PRIO_GET(pstats, i, rx_pause);
H A Den_main.c3762 struct mlx5e_pport_stats *pstats = &priv->stats.pport; local
3780 stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok);
3781 stats->rx_bytes = PPORT_802_3_GET(pstats, a_octets_received_ok);
3782 stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok);
3783 stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok);
3796 PPORT_802_3_GET(pstats, a_in_range_length_errors) +
3797 PPORT_802_3_GET(pstats, a_out_of_range_length_field) +
3798 PPORT_802_3_GET(pstats, a_frame_too_long_errors) +
3801 PPORT_802_3_GET(pstats, a_frame_check_sequence_errors);
3802 stats->rx_frame_errors = PPORT_802_3_GET(pstats, a_alignment_error
[all...]
/linux-master/drivers/net/dsa/qca/
H A Dar9331.c608 struct ethtool_pause_stats *pstats = &port->pause_stats; local
649 pstats->tx_pause_frames += raw.txpause;
650 pstats->rx_pause_frames += raw.rxpause;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c619 struct stainfo_stats *pstats = NULL; local
637 pstats = &psta->sta_stats;
639 pstats->rx_data_pkts++;
640 pstats->rx_bytes += sz;
H A Drtw_xmit.c1371 struct stainfo_stats *pstats = NULL; local
1387 pstats = &psta->sta_stats;
1389 pstats->tx_pkts += pkt_num;
1391 pstats->tx_bytes += sz;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c1763 struct ethtool_pause_stats *pstats; local
1770 pstats = &mib->pause_stats;
1804 pstats->tx_pause_frames = raw->tx_pause;
1805 pstats->rx_pause_frames = raw->rx_pause;
1812 struct ethtool_pause_stats *pstats; local
1819 pstats = &mib->pause_stats;
1853 pstats->tx_pause_frames = raw->tx_pause;
1854 pstats->rx_pause_frames = raw->rx_pause;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2072 u64 *pstats; local
2075 pstats = port->ethtool_stats;
2078 *pstats++ += mvpp2_read_count(port, &mvpp2_ethtool_mib_regs[i]);
2081 *pstats++ += mvpp2_read(port->priv,
2087 *pstats++ += mvpp2_read_index(port->priv,
2096 *pstats++ += mvpp2_read_index(port->priv,
2108 *pstats++ = xdp_stats.xdp_redirect;
2111 *pstats++ = xdp_stats.xdp_pass;
2114 *pstats++ = xdp_stats.xdp_drop;
2117 *pstats
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h145 struct pfvf_storm_stats pstats; member in struct:pfvf_stats_info
H A Dqed.h414 struct storm_stats pstats; member in struct:qed_storm_stats
H A Dqed_sriov.c1527 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B +
1530 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat);
/linux-master/kernel/bpf/
H A Dcore.c157 struct bpf_prog_stats *pstats; local
159 pstats = per_cpu_ptr(prog->stats, cpu);
160 u64_stats_init(&pstats->syncp);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c2662 struct host_port_stats *pstats; local
2664 pstats = bnx2x_sp(bp, port_stats);
2666 memset(&(pstats->mac_stx[0]), 0,

Completed in 314 milliseconds

12