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

  /src/sys/arch/arm/pci/
pci_msi_machdep.h 37 struct arm_pci_msi { struct
43 pci_intr_handle_t * (*msi_alloc)(struct arm_pci_msi *, int *, const struct pci_attach_args *, bool);
44 pci_intr_handle_t * (*msix_alloc)(struct arm_pci_msi *, u_int *, int *, const struct pci_attach_args *, bool);
45 void * (*msi_intr_establish)(struct arm_pci_msi *,
47 void (*msi_intr_release)(struct arm_pci_msi *,
50 SIMPLEQ_ENTRY(arm_pci_msi) msi_link;
53 int arm_pci_msi_add(struct arm_pci_msi *);
pci_msi_machdep.h 37 struct arm_pci_msi { struct
43 pci_intr_handle_t * (*msi_alloc)(struct arm_pci_msi *, int *, const struct pci_attach_args *, bool);
44 pci_intr_handle_t * (*msix_alloc)(struct arm_pci_msi *, u_int *, int *, const struct pci_attach_args *, bool);
45 void * (*msi_intr_establish)(struct arm_pci_msi *,
47 void (*msi_intr_release)(struct arm_pci_msi *,
50 SIMPLEQ_ENTRY(arm_pci_msi) msi_link;
53 int arm_pci_msi_add(struct arm_pci_msi *);

Completed in 21 milliseconds