Home
last modified time | relevance | path

Searched refs:eq_func (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Derrorq_impl.h73 errorq_func_t eq_func; /* drain callback */ member
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h286 int (*eq_func)(hermon_state_t *state, hermon_eqhdl_t eq, member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_event.h239 int (*eq_func)(tavor_state_t *state, tavor_eqhdl_t eq, member
/titanic_44/usr/src/uts/common/os/
H A Derrorq.c341 eqp->eq_func = func; in errorq_create()
666 eqp->eq_func(eqp->eq_private, eep->eqe_data, eep); in errorq_drain()
800 eqp->eq_func(eqp->eq_private, eep->eqe_data, eep); in errorq_panic_drain()
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c543 eqfunction = eq->eq_func; in hermon_eq_poll()
972 uint_t evt_type_mask, int (*eq_func)(hermon_state_t *state, in hermon_eq_handler_init()
981 eq->eq_func = eq_func; in hermon_eq_handler_init()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c721 eqfunction = eq->eq_func; in tavor_eq_poll()
1195 uint_t evt_type_mask, int (*eq_func)(tavor_state_t *state, in tavor_eq_handler_init()
1206 eq->eq_func = eq_func; in tavor_eq_handler_init()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3721 " | ", eq.eq_qlen, eq.eq_size, eq.eq_ipl, eq.eq_func); in errorq()