Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c355 if (grp_p->counters_p[counter].zero_regoff == NO_REGISTER) in n2piupc_perfcnt_program()
366 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
376 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
377 grp_p->counters_p[counter].zero_value)) != SUCCESS) in n2piupc_perfcnt_program()
449 grp_p->counters_p[counter].regoff, in n2piupc_kstat_update()
454 grp_p->counters_p[counter].regoff, in n2piupc_kstat_update()
H A Dn2piupc_tables.h141 n2piu_cntr_t *counters_p; /* Counter definitions. */ member
/illumos-gate/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