Home
last modified time | relevance | path

Searched refs:hackintr_inf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c329 struct hackintr_inf struct
343 static uint_t dnet_hack_intr(struct hackintr_inf *); argument
3537 struct hackintr_inf *hackintr_inf; in dnet_hack_interrupts() local
3591 dnetp->hackintr_inf = hackintr_inf = in dnet_hack_interrupts()
3592 kmem_zalloc(sizeof (struct hackintr_inf), KM_SLEEP); in dnet_hack_interrupts()
3593 if (hackintr_inf == NULL) in dnet_hack_interrupts()
3596 hackintr_inf->dnetps[0] = dnetp; in dnet_hack_interrupts()
3597 hackintr_inf->devinfo = devinfo; in dnet_hack_interrupts()
3606 (uchar_t *)&dnetp->hackintr_inf, in dnet_hack_interrupts()
3614 (caddr_t)hackintr_inf) != DDI_SUCCESS) { in dnet_hack_interrupts()
[all …]
H A Ddnet.h437 struct hackintr_inf *hackintr_inf; member