Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c90 uint_t num_eq, num_eq_init, num_eq_unmap, num_eq_rsvd; in hermon_eq_init_all() local
120 num_eq_rsvd = state->hs_rsvd_eqs; in hermon_eq_init_all()
121 eq = &state->hs_eqhdl[num_eq_rsvd]; in hermon_eq_init_all()
197 state->hs_cq_erreqnum = num_eq_unmap + num_extra + num_eq_rsvd; in hermon_eq_init_all()
327 uint_t num_eq, num_eq_rsvd; in hermon_eq_fini_all() local
337 num_eq_rsvd = state->hs_rsvd_eqs; in hermon_eq_fini_all()
338 eq = &state->hs_eqhdl[num_eq_rsvd]; in hermon_eq_fini_all()
394 uint_t num_eq, num_eq_rsvd; in hermon_eq_arm_all() local
405 num_eq_rsvd = state->hs_rsvd_eqs; in hermon_eq_arm_all()
412 offset = ARM_EQ_INDEX(i + num_eq_rsvd); in hermon_eq_arm_all()
[all …]