Home
last modified time | relevance | path

Searched refs:INTR_CPUS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.c397 case INTR_CPUS: in ofw_pcibus_get_cpus()
/freebsd/sys/x86/x86/
H A Dnexus.c564 case INTR_CPUS: in nexus_get_cpus()
/freebsd/sys/sys/
H A Dbus.h307 INTR_CPUS enumerator
/freebsd/sys/dev/enic/
H A Dif_enic.c253 if (bus_get_cpus(dev, INTR_CPUS, sizeof(cpus), &cpus) != 0) { in enic_allocate_msix()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c633 if (bus_get_cpus(pdata->dev, INTR_CPUS, sizeof(lcpus), &lcpus) != 0) { in axgbe_set_counts()
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c1410 err = bus_get_cpus(dev, INTR_CPUS, sizeof(cpus), &cpus); in ice_allocate_msix()
/freebsd/sys/dev/acpica/
H A Dacpi.c1295 case INTR_CPUS: in acpi_get_cpus()
/freebsd/sys/kern/
H A Dsubr_bus.c5148 case INTR_CPUS: in root_get_cpus()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c7640 CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MPSAFE, sc, INTR_CPUS, in t4_sysctls()
11296 MPASS(op == LOCAL_CPUS || op == INTR_CPUS); in sysctl_cpus()
/freebsd/sys/net/
H A Diflib.c5315 if (bus_get_cpus(dev, INTR_CPUS, sizeof(ctx->ifc_cpus), &ctx->ifc_cpus) != 0) { in iflib_device_register()