Home
last modified time | relevance | path

Searched defs:stats (Results 76 – 100 of 1154) sorted by relevance

12345678910>>...47

/openbmc/linux/drivers/infiniband/core/
H A Dsysfs.c96 struct rdma_hw_stats *stats; member
101 struct rdma_hw_stats *stats; member
810 static int update_hw_stats(struct ib_device *dev, struct rdma_hw_stats *stats, in update_hw_stats()
827 struct rdma_hw_stats *stats, int index, char *buf) in print_hw_stat()
835 struct rdma_hw_stats *stats, unsigned int index, in show_hw_stats()
852 struct rdma_hw_stats *stats, in show_stats_lifespan()
866 struct rdma_hw_stats *stats, in set_stats_lifespan()
892 struct rdma_hw_stats *stats; in alloc_hw_stats_device() local
998 struct rdma_hw_stats *stats; in alloc_hw_stats_port() local
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c86 int qidx, stats; in otx2_get_qset_strings() local
113 int stats; in otx2_get_strings() local
151 struct ethtool_stats *stats, u64 **data) in otx2_get_qset_stats()
199 struct ethtool_stats *stats, u64 *data) in otx2_get_ethtool_stats()
1374 int stats; in otx2vf_get_strings() local
1396 struct ethtool_stats *stats, u64 *data) in otx2vf_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c120 const struct iavf_stats stats[], in __iavf_add_ethtool_stats()
142 #define iavf_add_ethtool_stats(data, pointer, stats) \ argument
163 const struct iavf_stats *stats = iavf_gstrings_queue_stats; in iavf_add_queue_stats() local
191 static void __iavf_add_stat_strings(u8 **p, const struct iavf_stats stats[], in __iavf_add_stat_strings()
218 #define iavf_add_stat_strings(p, stats, ...) \ argument
360 struct ethtool_stats *stats, u64 *data) in iavf_get_ethtool_stats()
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.c114 struct dentry *stats, *moddir; in wl12xx_debugfs_add_files() local
/openbmc/linux/net/rds/
H A Dtcp_stats.c54 struct rds_tcp_statistics stats = {0, }; in rds_tcp_stats_info_copy() local
H A Dib_stats.c87 struct rds_ib_statistics stats = {0, }; in rds_ib_stats_info_copy() local
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_debugfs.c107 struct snic_stats *stats = &snic->s_stats; in snic_reset_stats_write() local
168 struct snic_stats *stats = &snic->s_stats; in snic_stats_show() local
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_hw_counters.c28 struct rdma_hw_stats *stats, in rxe_ib_get_hw_stats()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h290 struct stats { struct
291 unsigned long in_ops;
292 unsigned long out_ops;
316 * @lock: lock to pxa_ep data (queues and stats) argument
371 struct stats stats; member
460 struct udc_stats stats; member
/openbmc/linux/net/ethtool/
H A Dmm.c15 struct ethtool_mm_stats stats; member
94 const struct ethtool_mm_stats *stats) in mm_put_stats()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c475 struct red_stats *stats) in nfp_abm_stats_red_calculate()
483 struct tc_gred_qopt_offload_stats *stats) in nfp_abm_gred_stats()
639 struct tc_qopt_offload_stats *stats) in nfp_abm_red_stats()
777 struct tc_qopt_offload_stats *stats) in nfp_abm_mq_stats()
/openbmc/linux/kernel/bpf/
H A Dcpumap.c139 struct xdp_cpumap_stats *stats) in cpu_map_bpf_prog_run_skb()
179 struct xdp_cpumap_stats *stats) in cpu_map_bpf_prog_run_xdp()
239 int xdp_n, struct xdp_cpumap_stats *stats, in cpu_map_bpf_prog_run()
276 struct xdp_cpumap_stats stats = {}; /* zero stats */ in cpu_map_kthread_run() local
/openbmc/linux/drivers/net/can/mscan/
H A Dmscan.c338 struct net_device_stats *stats = &dev->stats; in mscan_get_err_frame() local
384 struct net_device_stats *stats = &dev->stats; in mscan_rx_poll() local
432 struct net_device_stats *stats = &dev->stats; in mscan_isr() local
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c27 void mcs_get_tx_secy_stats(struct mcs *mcs, struct mcs_secy_stats *stats, int id) in mcs_get_tx_secy_stats()
71 void mcs_get_rx_secy_stats(struct mcs *mcs, struct mcs_secy_stats *stats, int id) in mcs_get_rx_secy_stats()
132 void mcs_get_flowid_stats(struct mcs *mcs, struct mcs_flowid_stats *stats, in mcs_get_flowid_stats()
145 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, in mcs_get_port_stats()
172 void mcs_get_sa_stats(struct mcs *mcs, struct mcs_sa_stats *stats, int id, int dir) in mcs_get_sa_stats()
200 void mcs_get_sc_stats(struct mcs *mcs, struct mcs_sc_stats *stats, in mcs_get_sc_stats()
/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.c452 struct net_device_stats *stats = &dev->stats; in cc770_rx() local
602 struct net_device_stats *stats = &dev->stats; in cc770_rx_interrupt() local
667 struct net_device_stats *stats = &dev->stats; in cc770_tx_interrupt() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fdinfo.c62 struct amdgpu_mem_stats stats; in amdgpu_show_fdinfo() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py3142 def __init__(self, task, stats, rq): argument
3155 def __init__(self, task, stats, rq, noexec=False): argument
3166 def __init__(self, task, stats, rq, noexec=False): argument
3174 def __init__(self, task, stats, rq, noexec=False): argument
3182 def __init__(self, task, stats, exitcode, rq, fakeroot_log=None): argument
3197 def __init__(self, task, stats, exitcode, rq): argument
3208 def __init__(self, stats, rq): argument
3226 def __init__(self, task, stats, rq, reason): argument
/openbmc/linux/arch/csky/kernel/
H A Dsmp.c40 unsigned long stats[IPI_MAX] ____cacheline_aligned; member
46 unsigned long *stats = this_cpu_ptr(&ipi_data)->stats; in handle_ipi() local
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.h55 struct qed_mcp_fcoe_stats *stats, in qed_get_protocol_stats_fcoe()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c139 static void __fm10k_add_stat_strings(u8 **p, const struct fm10k_stats stats[], in __fm10k_add_stat_strings()
154 #define fm10k_add_stat_strings(p, stats, ...) \ argument
222 const struct fm10k_stats stats[], in __fm10k_add_ethtool_stats()
258 #define fm10k_add_ethtool_stats(data, pointer, stats) \ argument
262 struct ethtool_stats __always_unused *stats, in fm10k_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c151 struct mlx5e_sq_stats *stats = sq->stats; in mlx5e_tx_get_gso_ihs() local
270 struct mlx5e_sq_stats *stats = sq->stats; in mlx5e_sq_xmit_prepare() local
437 struct mlx5e_sq_stats *stats = sq->stats; in mlx5e_sq_xmit_wqe() local
791 struct mlx5e_sq_stats *stats; in mlx5e_poll_tx_cq() local
989 struct mlx5e_sq_stats *stats = sq->stats; in mlx5i_sq_xmit() local
/openbmc/linux/virt/kvm/
H A Dbinary_stats.c54 void *stats, size_t size_stats, in kvm_stats_read()
/openbmc/qemu/tests/unit/
H A Dtest-qht.c72 struct qht_stats stats; in check() local
110 struct qht_stats stats; in check_n() local
/openbmc/linux/drivers/net/ipa/
H A Dipa_modem.c120 struct net_device_stats *stats = &netdev->stats; in ipa_start_xmit() local
184 struct net_device_stats *stats = &netdev->stats; in ipa_modem_skb_rx() local
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c337 struct statistics_s *stats) in aq_a2_fill_a0_stats()
379 struct statistics_s *stats) in aq_a2_fill_b0_stats()
418 struct statistics_s stats; in aq_a2_fw_update_stats() local

12345678910>>...47