HomeSort by: relevance | last modified time | path
    Searched defs:pcie_ih (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nxp/
imxpcie.c 520 struct imxpcie_ih *pcie_ih; local in function:imxpcie_intr
535 TAILQ_FOREACH(pcie_ih, &sc->sc_intrs, ih_entry) {
536 int (*callback)(void *) = pcie_ih->ih_handler;
537 void *arg = pcie_ih->ih_arg;
814 struct imxpcie_ih *pcie_ih; local in function:imxpcie_intr_establish
819 pcie_ih = kmem_alloc(sizeof(*pcie_ih), KM_SLEEP);
820 pcie_ih->ih_handler = callback;
821 pcie_ih->ih_arg = arg;
822 pcie_ih->ih_ipl = ipl
836 struct imxpcie_ih *pcie_ih = vih; local in function:imxpcie_intr_disestablish
    [all...]
  /src/sys/arch/arm/nvidia/
tegra_pcie.c 287 struct tegra_pcie_ih *pcie_ih; local in function:tegra_pcie_legacy_intr
293 TAILQ_FOREACH(pcie_ih, &sc->sc_intrs, ih_entry) {
294 int (*callback)(void *) = pcie_ih->ih_callback;
295 void *arg = pcie_ih->ih_arg;
296 const int mpsafe = pcie_ih->ih_mpsafe;
789 struct tegra_pcie_ih *pcie_ih; local in function:tegra_pcie_intr_establish
794 pcie_ih = kmem_alloc(sizeof(*pcie_ih), KM_SLEEP);
795 pcie_ih->ih_callback = callback;
796 pcie_ih->ih_arg = arg
812 struct tegra_pcie_ih *pcie_ih = vih; local in function:tegra_pcie_intr_disestablish
    [all...]

Completed in 12 milliseconds