Searched refs:stat_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/soc/qcom/ |
| A D | qcom_stats.c | 63 u32 stat_type; member 132 char stat_type[sizeof(u32) + 1] = {0}; in qcom_create_soc_sleep_stat_files() local 161 stat_type[j] = type & 0xff; in qcom_create_soc_sleep_stat_files() 164 strim(stat_type); in qcom_create_soc_sleep_stat_files() 165 debugfs_create_file(stat_type, 0400, root, &d[i], in qcom_create_soc_sleep_stat_files()
|
| /linux/tools/perf/util/ |
| A D | stat-shadow.c | 31 enum stat_type { enum 79 static enum stat_type evsel__stat_type(const struct evsel *evsel) in evsel__stat_type() 153 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat() 197 enum stat_type denominator_type, in print_ratio()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_ethtool.c | 26 #define ENA_STAT_ENTRY(stat, stat_type) { \ argument 28 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \ 31 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \ argument 33 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
|
| /linux/drivers/scsi/qla2xxx/ |
| A D | qla_bsg.c | 2593 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2596 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2599 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2661 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats() 2701 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats() 2801 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 | 5503 u32 stat_type; member 5512 u32 stat_type; member 5517 u32 stat_type; member 5534 u32 stat_type; /* Failure type */ member
|
| A D | qla_init.c | 9967 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats() 9974 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats() 9981 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats() 9988 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats() 9995 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats() 10011 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats() 10031 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | htt.h | 317 u8 stat_type; member
|
| A D | htt_tx.c | 660 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()
|
Completed in 70 milliseconds