Home
last modified time | relevance | path

Searched refs:s_tqp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c121 sp->s_tqp = ddi_taskq_create(dip, "tq", 1, TASKQ_DEFAULTPRI, 0); in sfxge_create()
122 if (sp->s_tqp == NULL) { in sfxge_create()
260 ddi_taskq_destroy(sp->s_tqp); in sfxge_create()
261 sp->s_tqp = NULL; in sfxge_create()
512 return (ddi_taskq_dispatch(sp->s_tqp, _sfxge_restart, sp, cflags)); in sfxge_restart_dispatch()
587 tqp = sp->s_tqp; in sfxge_destroy()
588 sp->s_tqp = NULL; in sfxge_destroy()
715 ddi_taskq_wait(sp->s_tqp); in sfxge_ioctl()
766 ddi_taskq_wait(sp->s_tqp); in sfxge_unregister()
1073 ddi_taskq_wait(sp->s_tqp); in sfxge_detach()
H A Dsfxge.h758 ddi_taskq_t *s_tqp; member
H A Dsfxge_rx.c2386 (void) ddi_taskq_dispatch(sp->s_tqp, sfxge_rx_scale_update, sp, in sfxge_rx_scale_start()
2457 (void) ddi_taskq_dispatch(sp->s_tqp, sfxge_rx_scale_update, sp, in sfxge_rx_scale_count_set()
H A Dsfxge_ev.c917 (void) ddi_taskq_dispatch(sp->s_tqp, sfxge_rx_scale_update, sp, in sfxge_ev_qpoll()