Searched defs:msi_desc (Results 1 – 2 of 2) sorted by relevance
55 struct msi_desc { struct57 struct list_head list;58 unsigned int irq;59 unsigned int nvec_used;60 struct device *dev;61 struct msi_msg msg;63 union {
145 struct msi_desc *msi_desc; member