Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h142 HERMON_EQC, enumerator
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1040 case HERMON_EQC: in hermon_icm_alloc()
1089 case HERMON_EQC: in hermon_icm_alloc()
1161 case HERMON_EQC: in hermon_icm_free()
2884 icm[HERMON_EQC].object_size = devlim->eqc_entry_sz; in hermon_icm_config_setup()
2902 icm[HERMON_EQC].log_num_entries = HERMON_NUM_EQ_SHIFT; in hermon_icm_config_setup()
3105 case HERMON_EQC: in hermon_inithca_set()
3246 init_dependent(HERMON_EQC, i); in hermon_icm_tables_init()
H A Dhermon_rsrc.c245 case HERMON_EQC: in hermon_rsrc_alloc()
573 case HERMON_EQC: in hermon_rsrc_free()
891 case HERMON_EQC: in hermon_rsrc_init_phase2()
1334 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_EQC]; in hermon_rsrc_fini()
H A Dhermon_event.c751 status = hermon_rsrc_alloc(state, HERMON_EQC, 1, HERMON_SLEEP, &eqc); in hermon_eq_alloc()