Searched defs:msi_msg (Results 1 – 2 of 2) sorted by relevance
69 struct msi_msg { struct70 union {77 u32 data; /* 16 bits of msi message data */78 u32 dest32; /* used when Interrupt Remapping with EIM is enabled */
58 struct msi_msg struct60 u32 address_lo; /* low 32 bits of msi message address */61 u32 address_hi; /* high 32 bits of msi message address */62 u32 data; /* 16 bits of msi message data */63 u32 dest32; /* used when Interrupt Remapping with EIM is enabled */
Completed in 6 milliseconds