Home
last modified time | relevance | path

Searched refs:ddi_softint_handle_t (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h100 typedef struct __ddi_softint_handle *ddi_softint_handle_t; typedef
207 int ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h,
209 int ddi_intr_remove_softint(ddi_softint_handle_t h);
210 int ddi_intr_trigger_softint(ddi_softint_handle_t h, void *arg2);
211 int ddi_intr_get_softint_pri(ddi_softint_handle_t h, uint_t *soft_prip);
212 int ddi_intr_set_softint_pri(ddi_softint_handle_t h, uint_t soft_pri);
H A Dpcic_var.h108 ddi_softint_handle_t pcs_cd_softint_hdl; /* Debounce softint id */
177 ddi_softint_handle_t pc_softint_hdl; /* Softinterrupt handle */
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c1038 ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h_p, int soft_pri, in ddi_intr_add_softint()
1083 *h_p = (ddi_softint_handle_t)hdlp; in ddi_intr_add_softint()
1092 ddi_intr_remove_softint(ddi_softint_handle_t h) in ddi_intr_remove_softint()
1116 ddi_intr_trigger_softint(ddi_softint_handle_t h, void *arg2) in ddi_intr_trigger_softint()
1139 ddi_intr_get_softint_pri(ddi_softint_handle_t h, uint_t *soft_prip) in ddi_intr_get_softint_pri()
1159 ddi_intr_set_softint_pri(ddi_softint_handle_t h, uint_t soft_pri) in ddi_intr_set_softint_pri()
1471 ddi_softint_handle_t *hdl_p; in ddi_add_softintr()
1497 hdl_p = kmem_zalloc(sizeof (ddi_softint_handle_t), KM_SLEEP); in ddi_add_softintr()
1503 kmem_free(hdl_p, sizeof (ddi_softint_handle_t)); in ddi_add_softintr()
1526 ddi_softint_handle_t *h_p = (ddi_softint_handle_t *)id; in ddi_remove_softintr()
[all …]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c47 static ddi_softint_handle_t evtchn_to_handle[NR_EVENT_CHANNELS];
82 ddi_softint_handle_t hdl; in ec_bind_evtchn_to_handler()
103 ddi_softint_handle_t hdl; in ec_unbind_evtchn()
227 ddi_softint_handle_t hdl; in evtchn_callback_fcn()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.h122 extern void px_dbg_attach(dev_info_t *dip, ddi_softint_handle_t *px_dbg_hdl);
123 extern void px_dbg_detach(dev_info_t *dip, ddi_softint_handle_t *px_dbg_hdl);
H A Dpx_debug.c251 px_dbg_attach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) in px_dbg_attach()
282 px_dbg_detach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) in px_dbg_detach()
H A Dpx_var.h131 ddi_softint_handle_t px_dbg_hdl; /* HDL for dbg printing */
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h600 ddi_softint_handle_t vn_ctl_si_hdl;
601 ddi_softint_handle_t vn_data_tx_si_hdl;
602 ddi_softint_handle_t vn_data_rx_si_hdl;
731 ddi_softint_handle_t ei_admin_si_hdl;
H A Denx_impl.h335 ddi_softint_handle_t ti_softint_hdl;
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhcdi_impl.h50 ddi_softint_handle_t hcdi_softint_hdl; /* soft intr handle */
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h92 ddi_softint_handle_t qcn_softint_hdl;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h737 ddi_softint_handle_t mpi_event_intr_hdl;
739 ddi_softint_handle_t asic_reset_intr_hdl;
741 ddi_softint_handle_t mpi_reset_intr_hdl;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h120 ddi_softint_handle_t sc_softintr_hdl;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h192 ddi_softint_handle_t sc_soft_hdl;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h213 ddi_softint_handle_t sc_soft_hdl;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h195 ddi_softint_handle_t sc_soft_hdl;
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h385 ddi_softint_handle_t resched_hdl; /* reschedule callback */
386 ddi_softint_handle_t factotum_hdl; /* factotum callback */
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h703 ddi_softint_handle_t factotum_hdl; /* factotum callback */
704 ddi_softint_handle_t resched_hdl; /* reschedule callback */
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h544 ddi_softint_handle_t sc_softintr_hdl;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h973 ddi_softint_handle_t tx_softint_handle;
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c134 ddi_softint_handle_t soft_hdl;