Searched refs:sih (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c2277 set_irq_handler_t sih; local
2295 sih.socket = socket;
2296 sih.handler_id = (unsigned)(long)rdip;
2297 sih.handler = (f_tt *)hdlp->ih_cb_func;
2298 sih.arg1 = hdlp->ih_cb_arg1;
2299 sih.arg2 = hdlp->ih_cb_arg2;
2300 sih.irq = cardbus_get_pil(dip);
2302 if ((*anp->an_if->pcif_set_interrupt)(dip, &sih) != SUCCESS)

Completed in 47 milliseconds