Home
last modified time | relevance | path

Searched refs:portstats (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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, voi argument
250 sparx5_get_dev_mac_stats(u64 *portstats, void __iomem *inst, u32 tinst) sparx5_get_dev_mac_stats() argument
317 sparx5_get_dev_mac_ctrl_stats(u64 *portstats, void __iomem *inst, u32 tinst) sparx5_get_dev_mac_ctrl_stats() argument
338 sparx5_get_dev_rmon_stats(u64 *portstats, void __iomem *inst, u32 tinst) sparx5_get_dev_rmon_stats() argument
447 sparx5_get_dev_misc_stats(u64 *portstats, void __iomem *inst, u32 tinst) sparx5_get_dev_misc_stats() argument
507 u64 *portstats = &sparx5->stats[portno * sparx5->num_stats]; sparx5_get_device_stats() local
520 sparx5_get_asm_phy_stats(u64 *portstats, void __iomem *inst, int portno) sparx5_get_asm_phy_stats() argument
531 sparx5_get_asm_mac_stats(u64 *portstats, void __iomem *inst, int portno) sparx5_get_asm_mac_stats() argument
613 sparx5_get_asm_mac_ctrl_stats(u64 *portstats, void __iomem *inst, int portno) sparx5_get_asm_mac_ctrl_stats() argument
634 sparx5_get_asm_rmon_stats(u64 *portstats, void __iomem *inst, int portno) sparx5_get_asm_rmon_stats() argument
741 sparx5_get_asm_misc_stats(u64 *portstats, void __iomem *inst, int portno) sparx5_get_asm_misc_stats() argument
790 u64 *portstats = &sparx5->stats[portno * sparx5->num_stats]; sparx5_get_asm_stats() local
818 u64 *portstats; sparx5_get_eth_phy_stats() local
843 u64 *portstats; sparx5_get_eth_mac_stats() local
911 u64 *portstats; sparx5_get_eth_mac_ctrl_stats() local
943 u64 *portstats; sparx5_get_eth_rmon_stats() local
1026 u64 *portstats; sparx5_get_sset_data() local
1054 u64 *portstats; sparx5_get_stats64() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_mb.c1055 struct fw_fcoe_port_stats *portstats) in csio_mb_process_portparams_rsp()
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 in csio_mb_process_portparams_rsp()
1051 csio_mb_process_portparams_rsp(struct csio_hw *hw, struct csio_mb *mbp, enum fw_retval *retval, struct fw_fcoe_port_cmd_params *portparams, struct fw_fcoe_port_stats *portstats) csio_mb_process_portparams_rsp() argument
[all...]
H A Dcsio_mb.h247 struct fw_fcoe_port_stats *portstats);
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_mb.c1055 struct fw_fcoe_port_stats *portstats) in csio_mb_process_portparams_rsp()
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 in csio_mb_process_portparams_rsp()
1051 csio_mb_process_portparams_rsp(struct csio_hw *hw, struct csio_mb *mbp, enum fw_retval *retval, struct fw_fcoe_port_cmd_params *portparams, struct fw_fcoe_port_stats *portstats) csio_mb_process_portparams_rsp() argument
[all...]
H A Dcsio_mb.h247 struct fw_fcoe_port_stats *portstats);

Completed in 6 milliseconds