Searched refs:eqc (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_event.c | 728 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()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_event.c | 906 tavor_rsrc_t *eqc, *rsrc; in tavor_eq_alloc() local 935 status = tavor_rsrc_alloc(state, TAVOR_EQC, 1, TAVOR_SLEEP, &eqc); in tavor_eq_alloc() 1056 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc() 1072 eq->eq_eqcrsrcp = eqc; in tavor_eq_alloc() 1075 eq->eq_eqnum = eqc->tr_indx; in tavor_eq_alloc() 1097 tavor_rsrc_free(state, &eqc); in tavor_eq_alloc() 1115 tavor_rsrc_t *eqc, *rsrc; in tavor_eq_free() local 1131 eqc = eq->eq_eqcrsrcp; in tavor_eq_free() 1176 tavor_rsrc_free(state, &eqc); in tavor_eq_free()
|