Home
last modified time | relevance | path

Searched refs:__get_cached_msi_msg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dmsi_ia64.c27 __get_cached_msi_msg(irq_data_get_msi_desc(idata), &msg); in ia64_set_msi_irq_affinity()
/openbmc/linux/include/linux/
H A Dmsi.h89 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
/openbmc/linux/kernel/irq/
H A Dmsi.c256 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() function
265 __get_cached_msi_msg(entry, msg); in get_cached_msi_msg()