Symbol: counter_type
drivers/net/ethernet/marvell/prestera/prestera_hw.c
2228
enum prestera_hw_cpu_code_cnt_t counter_type,
drivers/net/ethernet/marvell/prestera/prestera_hw.c
2232
.counter_type = counter_type,
drivers/net/ethernet/marvell/prestera/prestera_hw.c
636
u8 counter_type;
drivers/net/ethernet/marvell/prestera/prestera_hw.h
310
enum prestera_hw_cpu_code_cnt_t counter_type,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
102
.counter_type = PPE_CNT_PORT_RX,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
106
.counter_type = PPE_CNT_VLAN_RX,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
110
.counter_type = PPE_CNT_L2_FWD,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
114
.counter_type = PPE_CNT_CPU_CODE,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
118
.counter_type = PPE_CNT_VLAN_TX,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
122
.counter_type = PPE_CNT_PORT_TX,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
126
.counter_type = PPE_CNT_QM,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
678
switch (entry->counter_type) {
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
724
switch (entry->counter_type) {
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
835
entry->counter_type = debugfs_files[i].counter_type;
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
87
enum ppe_cnt_type counter_type;
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
94
.counter_type = PPE_CNT_BM,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
98
.counter_type = PPE_CNT_PARSE,
drivers/net/ethernet/sfc/tc_counters.c
324
enum efx_tc_counter_type counter_type,
drivers/net/ethernet/sfc/tc_counters.c
331
cnt = efx_tc_flower_find_counter_by_fw_id(efx, counter_type, counter_idx);
drivers/net/ethernet/sfc/tc_counters.c
340
counter_idx, counter_type);
drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h
2023
u8 counter_type;
drivers/scsi/mpi3mr/mpi/mpi30_ioc.h
533
u8 counter_type;
tools/power/x86/turbostat/turbostat.c
10575
unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, int flags, int id)
tools/power/x86/turbostat/turbostat.c
10684
unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format)
tools/power/x86/turbostat/turbostat.c
10705
enum counter_scope scope, enum counter_type type, enum counter_format format)
tools/power/x86/turbostat/turbostat.c
10774
enum counter_type type = COUNTER_CYCLES;
tools/power/x86/turbostat/turbostat.c
117
enum counter_type type;
tools/power/x86/turbostat/turbostat.c
137
enum counter_type type;
tools/power/x86/turbostat/turbostat.c
2835
static inline int print_name(int width, int *printed, char *delim, char *name, enum counter_type type, enum counter_format format)
tools/power/x86/turbostat/turbostat.c
572
unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, int flags, int package_num);