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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h447 int ddi_intr_type; member in struct:myri10ge_priv
H A Dmyri10ge.c1602 if (mgp->ddi_intr_type == DDI_INTR_TYPE_FIXED) {
2708 if (mgp->ddi_intr_type == DDI_INTR_TYPE_FIXED) {
4483 mgp->ddi_intr_type = DDI_INTR_TYPE_MSIX;
4486 mgp->ddi_intr_type = DDI_INTR_TYPE_MSI;
4489 mgp->ddi_intr_type = DDI_INTR_TYPE_FIXED;
4493 rc = ddi_intr_get_nintrs(devinfo, mgp->ddi_intr_type, &count);
4502 rc = ddi_intr_get_navail(devinfo, mgp->ddi_intr_type, &avail);
4525 rc = ddi_intr_alloc(devinfo, mgp->htable, mgp->ddi_intr_type, inum,
5724 if (mgp->ddi_intr_type == DDI_INTR_TYPE_MSI)
5743 if (mgp->ddi_intr_type
[all...]

Completed in 73 milliseconds