Searched refs:stat_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/soc/qcom/
H A Dqcom_stats.c59 u32 stat_type; member in struct:sleep_stats
128 char stat_type[sizeof(u32) + 1] = {0}; local
157 stat_type[j] = type & 0xff;
160 strim(stat_type);
161 debugfs_create_file(stat_type, 0400, root, &d[i],
/linux-master/tools/perf/util/
H A Dstat-shadow.c31 enum stat_type { enum
79 static enum stat_type evsel__stat_type(const struct evsel *evsel)
153 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type)
190 enum stat_type denominator_type,
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c22 #define ENA_STAT_ENTRY(stat, stat_type) { \
24 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \
27 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \
29 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2593 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type);
2596 ret = qla2xxx_start_stats(vha->host, req_data->stat_type);
2599 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type);
2661 tmp_stat_type = req_data->stat_type;
2701 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type,
2801 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type,
H A Dqla_def.h5493 u32 stat_type; member in struct:ql_vnd_mng_host_stats_param
5502 u32 stat_type; member in struct:ql_vnd_stats_param
5507 u32 stat_type; member in struct:ql_vnd_tgt_stats_param
5524 u32 stat_type; /* Failure type */ member in struct:ql_vnd_stat_entry
H A Dqla_init.c9919 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR;
9926 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN;
9933 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR;
9940 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT;
9947 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR;
9963 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN;
9983 tgt_data->stats.entry[0].stat_type = flags;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c660 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID;
H A Dhtt.h303 * @cfg_val: stat_type specific configuration
304 * @stat_type: see %htt_dbg_stats_type
317 u8 stat_type; member in struct:htt_stats_req

Completed in 213 milliseconds