Searched defs:pch_msi_data (Results 1 – 1 of 1) sorted by relevance
18 struct pch_msi_data { struct19 struct mutex msi_map_lock;20 phys_addr_t doorbell;21 u32 irq_first; /* The vector number that MSIs starts */22 u32 num_irqs; /* The number of vectors for MSIs */46 static int pch_msi_allocate_hwirq(struct pch_msi_data *priv, int num_req) in pch_msi_allocate_hwirq() argument