Searched refs:eqhdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c49 uint_t intr, hermon_eqhdl_t *eqhdl);
50 static int hermon_eq_free(hermon_state_t *state, hermon_eqhdl_t *eqhdl);
726 hermon_eqhdl_t *eqhdl)
868 *eqhdl = eq;
898 hermon_eq_free(hermon_state_t *state, hermon_eqhdl_t *eqhdl) argument
913 eq = *eqhdl;
959 /* Set the eqhdl pointer to NULL and return success */
960 *eqhdl = NULL;
725 hermon_eq_alloc(hermon_state_t *state, uint32_t log_eq_size, uint_t intr, hermon_eqhdl_t *eqhdl) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c50 uint_t intr, tavor_eqhdl_t *eqhdl);
51 static int tavor_eq_free(tavor_state_t *state, tavor_eqhdl_t *eqhdl);
904 tavor_eqhdl_t *eqhdl)
1079 *eqhdl = eq;
1113 tavor_eq_free(tavor_state_t *state, tavor_eqhdl_t *eqhdl) argument
1130 eq = *eqhdl;
1181 /* Set the eqhdl pointer to NULL and return success */
1182 *eqhdl = NULL;
903 tavor_eq_alloc(tavor_state_t *state, uint32_t log_eq_size, uint_t intr, tavor_eqhdl_t *eqhdl) argument

Completed in 66 milliseconds