Home
last modified time | relevance | path

Searched refs:stat_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/soc/qcom/
H A Dqcom_stats.c86 u32 stat_type; member
248 char stat_type[sizeof(u32) + 1] = {0}; in qcom_create_soc_sleep_stat_files() local
277 stat_type[j] = type & 0xff; in qcom_create_soc_sleep_stat_files()
280 strim(stat_type); in qcom_create_soc_sleep_stat_files()
281 debugfs_create_file(stat_type, 0400, root, &d[i], in qcom_create_soc_sleep_stat_files()
/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c61 static void record_stats(struct xdp_md *ctx, __u32 stat_type) in record_stats()
65 count = bpf_map_lookup_elem(&map_xdp_stats, &stat_type); in record_stats()
59 record_stats(struct xdp_md * ctx,__u32 stat_type) record_stats() argument
/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2614 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2617 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2620 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2683 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats()
2723 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats()
2824 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_tgt_stats()
H A Dqla_init.c10172 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats()
10179 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats()
10186 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats()
10193 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats()
10200 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats()
10216 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats()
10236 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h317 u8 stat_type; member
H A Dhtt_tx.c662 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()