Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c138 &state->ts_eqhdl[i]); in tavor_eq_init_all()
153 (void) tavor_eq_handler_init(state, state->ts_eqhdl[i], in tavor_eq_init_all()
167 status = tavor_eq_handler_init(state, state->ts_eqhdl[32], in tavor_eq_init_all()
183 status = tavor_eq_handler_init(state, state->ts_eqhdl[33], in tavor_eq_init_all()
199 status = tavor_eq_handler_init(state, state->ts_eqhdl[34], in tavor_eq_init_all()
217 status = tavor_eq_handler_init(state, state->ts_eqhdl[35], in tavor_eq_init_all()
233 status = tavor_eq_handler_init(state, state->ts_eqhdl[36], in tavor_eq_init_all()
418 (void) tavor_eq_handler_fini(state, state->ts_eqhdl[i]); in tavor_eq_init_all()
423 (void) tavor_eq_free(state, &state->ts_eqhdl[i]); in tavor_eq_init_all()
462 status = tavor_eq_free(state, &state->ts_eqhdl[i]); in tavor_eq_fini_all()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h485 tavor_eqhdl_t ts_eqhdl[TAVOR_NUM_EQ]; member