Searched refs:ti_softint_hdl (Results 1 – 3 of 3) sorted by relevance
636 rv = ddi_intr_add_softint(ss->nx_dip, &info->ti_softint_hdl, in eibnx_setup_cq_handler()649 if (info->ti_softint_hdl) { in eibnx_setup_cq_handler()650 (void) ddi_intr_remove_softint(info->ti_softint_hdl); in eibnx_setup_cq_handler()651 info->ti_softint_hdl = NULL; in eibnx_setup_cq_handler()1074 if (info->ti_softint_hdl) { in eibnx_rb_setup_cq_handler()1075 (void) ddi_intr_remove_softint(info->ti_softint_hdl); in eibnx_rb_setup_cq_handler()1076 info->ti_softint_hdl = NULL; in eibnx_rb_setup_cq_handler()
582 ASSERT(info->ti_softint_hdl != NULL); in eibnx_comp_intr()584 (void) ddi_intr_trigger_softint(info->ti_softint_hdl, NULL); in eibnx_comp_intr()
331 ddi_softint_handle_t ti_softint_hdl; member