Home
last modified time | relevance | path

Searched refs:HERMON_NUM_EQ_USED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c119 num_eq = HERMON_NUM_EQ_USED; in hermon_eq_init_all()
336 num_eq = HERMON_NUM_EQ_USED + state->hs_intrmsi_allocd - 1; in hermon_eq_fini_all()
376 num_eq = HERMON_NUM_EQ_USED + state->hs_intrmsi_allocd - 1; in hermon_eq_reset_uar_baseaddr()
404 num_eq = HERMON_NUM_EQ_USED + state->hs_intrmsi_allocd - 1; in hermon_eq_arm_all()
489 for (i = 0; i < HERMON_NUM_EQ_USED; i++) { in hermon_isr()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h101 #define HERMON_NUM_EQ_USED 4 /* four per domain */ macro