Searched refs:stat_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/soc/qcom/ |
| A D | qcom_stats.c | 59 u32 stat_type; member 128 char stat_type[sizeof(u32) + 1] = {0}; in qcom_create_soc_sleep_stat_files() local 157 stat_type[j] = type & 0xff; in qcom_create_soc_sleep_stat_files() 160 strim(stat_type); in qcom_create_soc_sleep_stat_files() 161 debugfs_create_file(stat_type, 0400, root, &d[i], in qcom_create_soc_sleep_stat_files()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_ethtool.c | 21 #define ENA_STAT_ENTRY(stat, stat_type) { \ argument 23 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \ 26 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \ argument 28 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
|
| /linux/tools/perf/util/ |
| A D | stat-shadow.c | 33 enum stat_type type; 110 enum stat_type type, in saved_value_lookup() 215 enum stat_type type, in update_runtime_stat() 467 enum stat_type type, int cpu, in runtime_stat_avg() 480 enum stat_type type, int cpu, in runtime_stat_n() 758 static double td_metric_ratio(int cpu, enum stat_type type, in td_metric_ratio()
|
| A D | stat.h | 73 enum stat_type { enum
|
| /linux/drivers/scsi/qla2xxx/ |
| A D | qla_bsg.c | 2500 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2503 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2506 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2568 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats() 2608 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats() 2708 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_tgt_stats()
|
| A D | qla_def.h | 5374 u32 stat_type; member 5383 u32 stat_type; member 5388 u32 stat_type; member 5405 u32 stat_type; /* Failure type */ member
|
| A D | qla_init.c | 9578 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats() 9585 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats() 9592 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats() 9599 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats() 9606 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats() 9622 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats() 9642 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | htt.h | 322 u8 stat_type; member 1488 u8 stat_type:5; /* %HTT_DBG_STATS_ */ member
|
| A D | htt_tx.c | 657 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()
|
Completed in 72 milliseconds