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_def.h5504 u32 stat_type; member
5513 u32 stat_type; member
5518 u32 stat_type; member
5535 u32 stat_type; /* Failure type */ member
H A Dqla_init.c9974 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats()
9981 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats()
9988 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats()
9995 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats()
10002 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats()
10018 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats()
10038 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()