Lines Matching refs:msi_msg
61 struct msi_msg { struct
83 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg); argument
85 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg);
87 static inline void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) { } in get_cached_msi_msg()
91 struct msi_msg *msg);
187 struct msi_msg msg;
312 static inline void msi_msg_set_addr(struct msi_desc *desc, struct msi_msg *msg, in msi_msg_set_addr()
684 void pci_write_msi_msg(unsigned int irq, struct msi_msg *msg);
685 void __pci_read_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
686 void __pci_write_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
699 static inline void pci_write_msi_msg(unsigned int irq, struct msi_msg *msg) { } in pci_write_msi_msg()