Home
last modified time | relevance | path

Searched refs:ti_softint_hdl (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c636 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()
H A Denx_hdlrs.c582 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()
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h331 ddi_softint_handle_t ti_softint_hdl; member