Searched refs:stat_type (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/soc/qcom/ |
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-6.1.9/drivers/net/ethernet/amazon/ena/ |
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-6.1.9/tools/perf/util/ |
D | stat-shadow.c | 34 enum stat_type type; 100 enum stat_type type, in saved_value_lookup() 205 enum stat_type type, in update_runtime_stat() 457 enum stat_type type, int map_idx, in runtime_stat_avg() 470 enum stat_type type, int map_idx, in runtime_stat_n() 748 static double td_metric_ratio(int map_idx, enum stat_type type, in td_metric_ratio()
|
D | stat.h | 74 enum stat_type { enum
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 2588 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2591 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2594 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2656 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats() 2696 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats() 2796 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_tgt_stats()
|
D | qla_def.h | 5415 u32 stat_type; member 5424 u32 stat_type; member 5429 u32 stat_type; member 5446 u32 stat_type; /* Failure type */ member
|
D | qla_init.c | 9650 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats() 9657 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats() 9664 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats() 9671 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats() 9678 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats() 9694 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats() 9714 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 316 u8 stat_type; member
|
D | htt_tx.c | 660 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()
|