Searched defs:num_pic (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c44 static kstat_t *hermon_kstat_picN_create(hermon_state_t *state, int num_pic,
46 static kstat_t *hermon_kstat_cntr_create(hermon_state_t *state, int num_pic,
231 hermon_kstat_picN_create(hermon_state_t *state, int num_pic, int num_evt, argument
246 (void) sprintf(pic_name, "pic%d", num_pic);
261 ((uint64_t)i << (num_pic * HERMON_CNTR_SIZE));
268 ~((uint64_t)HERMON_CNTR_MASK << (num_pic * HERMON_CNTR_SIZE));
284 hermon_kstat_cntr_create(hermon_state_t *state, int num_pic, argument
296 * num_pic + 1 because it also contains the "%pcr".
301 KSTAT_TYPE_NAMED, num_pic + 1, KSTAT_FLAG_WRITABLE);
312 for (i = 0; i < num_pic;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c44 static kstat_t *tavor_kstat_picN_create(tavor_state_t *state, int num_pic,
46 static kstat_t *tavor_kstat_cntr_create(tavor_state_t *state, int num_pic,
259 tavor_kstat_picN_create(tavor_state_t *state, int num_pic, int num_evt, argument
276 (void) sprintf(pic_name, "pic%d", num_pic);
294 ((uint64_t)i << (num_pic * TAVOR_CNTR_SIZE));
301 ~((uint64_t)TAVOR_CNTR_MASK << (num_pic * TAVOR_CNTR_SIZE));
318 tavor_kstat_cntr_create(tavor_state_t *state, int num_pic, argument
332 * num_pic + 1 because it also contains the "%pcr".
337 KSTAT_TYPE_NAMED, num_pic + 1, KSTAT_FLAG_WRITABLE);
351 for (i = 0; i < num_pic;
[all...]

Completed in 46 milliseconds