Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c728 hermon_rsrc_t *eqc, *rsrc; in hermon_eq_alloc() local
751 status = hermon_rsrc_alloc(state, HERMON_EQC, 1, HERMON_SLEEP, &eqc); in hermon_eq_alloc()
842 sizeof (hermon_hw_eqc_t), eqc->hr_indx, HERMON_CMD_NOSLEEP_SPIN); in hermon_eq_alloc()
858 eq->eq_eqcrsrcp = eqc; in hermon_eq_alloc()
861 eq->eq_eqnum = eqc->hr_indx; in hermon_eq_alloc()
885 hermon_rsrc_free(state, &eqc); in hermon_eq_alloc()
900 hermon_rsrc_t *eqc, *rsrc; in hermon_eq_free() local
914 eqc = eq->eq_eqcrsrcp; in hermon_eq_free()
954 hermon_rsrc_free(state, &eqc); in hermon_eq_free()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c837 tavor_rsrc_t *eqc, *rsrc; in tavor_eq_alloc() local
863 status = tavor_rsrc_alloc(state, TAVOR_EQC, 1, TAVOR_SLEEP, &eqc); in tavor_eq_alloc()
976 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc()
988 eq->eq_eqcrsrcp = eqc; in tavor_eq_alloc()
991 eq->eq_eqnum = eqc->tr_indx; in tavor_eq_alloc()
1012 tavor_rsrc_free(state, &eqc); in tavor_eq_alloc()
1027 tavor_rsrc_t *eqc, *rsrc; in tavor_eq_free() local
1041 eqc = eq->eq_eqcrsrcp; in tavor_eq_free()
1081 tavor_rsrc_free(state, &eqc); in tavor_eq_free()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ev.c1149 kmem_cache_t *eqc; in sfxge_ev_kmem_cache_create() local
1154 eqc = kmem_cache_create(name, sizeof (sfxge_evq_t), in sfxge_ev_kmem_cache_create()
1156 ASSERT(eqc != NULL); in sfxge_ev_kmem_cache_create()
1157 return (eqc); in sfxge_ev_kmem_cache_create()