Home
last modified time | relevance | path

Searched refs:portstats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ethtool.c203 u64 *portstats; in sparx5_get_queue_sys_stats() local
208 portstats = &sparx5->stats[portno * sparx5->num_stats]; in sparx5_get_queue_sys_stats()
212 stats = &portstats[spx5_stats_green_p0_rx_fwd]; in sparx5_get_queue_sys_stats()
216 stats = &portstats[spx5_stats_green_p0_rx_port_drop]; in sparx5_get_queue_sys_stats()
220 stats = &portstats[spx5_stats_green_p0_tx_port]; in sparx5_get_queue_sys_stats()
223 sparx5_update_counter(&portstats[spx5_stats_rx_local_drop], in sparx5_get_queue_sys_stats()
225 sparx5_update_counter(&portstats[spx5_stats_tx_local_drop], in sparx5_get_queue_sys_stats()
232 u64 *portstats = &sparx5->stats[portno * sparx5->num_stats]; in sparx5_get_ana_ac_stats_stats() local
234 sparx5_update_counter(&portstats[spx5_stats_ana_ac_port_stat_lsb_cnt], in sparx5_get_ana_ac_stats_stats()
239 static void sparx5_get_dev_phy_stats(u64 *portstats, void __iomem *inst, u32 in sparx5_get_dev_phy_stats() argument
[all …]
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1055 struct fw_fcoe_port_stats *portstats) in csio_mb_process_portparams_rsp() argument
1072 portstats->tx_bcast_bytes = stats.tx_bcast_bytes; in csio_mb_process_portparams_rsp()
1073 portstats->tx_bcast_frames = stats.tx_bcast_frames; in csio_mb_process_portparams_rsp()
1074 portstats->tx_mcast_bytes = stats.tx_mcast_bytes; in csio_mb_process_portparams_rsp()
1075 portstats->tx_mcast_frames = stats.tx_mcast_frames; in csio_mb_process_portparams_rsp()
1076 portstats->tx_ucast_bytes = stats.tx_ucast_bytes; in csio_mb_process_portparams_rsp()
1077 portstats->tx_ucast_frames = stats.tx_ucast_frames; in csio_mb_process_portparams_rsp()
1081 portstats->tx_drop_frames = stats.tx_drop_frames; in csio_mb_process_portparams_rsp()
1082 portstats->tx_offload_bytes = stats.tx_offload_bytes; in csio_mb_process_portparams_rsp()
1083 portstats->tx_offload_frames = stats.tx_offload_frames; in csio_mb_process_portparams_rsp()
[all …]
H A Dcsio_mb.h247 struct fw_fcoe_port_stats *portstats);