Home
last modified time | relevance | path

Searched refs:counters_p (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c357 if (grp_p->counters_p[counter].zero_regoff == NO_REGISTER) in n2piupc_perfcnt_program()
368 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
378 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
379 grp_p->counters_p[counter].zero_value)) != SUCCESS) in n2piupc_perfcnt_program()
451 grp_p->counters_p[counter].regoff, in n2piupc_kstat_update()
456 grp_p->counters_p[counter].regoff, in n2piupc_kstat_update()
H A Dn2piupc_tables.h141 n2piu_cntr_t *counters_p; /* Counter definitions. */ member
/titanic_41/usr/src/uts/sun4v/io/iospc/
H A Diospc.c489 if (grp_p->counters_p[counter].zero_regoff == NO_REGISTER) in iospc_perfcnt_program()
500 grp_p->counters_p[counter].zero_regoff, in iospc_perfcnt_program()
511 IOSPC_REG_WRITE, grp_p->counters_p[counter].zero_regoff, in iospc_perfcnt_program()
512 &grp_p->counters_p[counter].zero_value)) != SUCCESS) in iospc_perfcnt_program()
590 grp_p->counters_p[counter].regoff, in iospc_kstat_update()
595 grp_p->counters_p[counter].regoff, in iospc_kstat_update()
H A Diospc.h122 iospc_cntr_t *counters_p; /* Counter definitions. */ member