Home
last modified time | relevance | path

Searched defs:machintr_abi (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/sys/
H A Dmachintr.h60 struct machintr_abi { struct
61 enum machintr_type type;
65 void (*intr_setup)(int intr, int flags);
67 void (*intr_teardown)(int intr); /* tear down intr */
69 void (*legacy_intr_config) /* config legacy intr */
72 int (*legacy_intr_find) /* find legacy intr */
77 int (*msi_alloc) /* alloc count MSIs on cpu */
81 void (*msi_map) /* addr/data for MSI on cpu */
83 int (*msix_alloc) /* alloc one MSI-X on cpu */
89 void (*cleanup)(void); /* cleanup */
[all …]