Searched defs:alpine_msix_data (Results 1 – 1 of 1) sorted by relevance
31 struct alpine_msix_data { struct32 spinlock_t msi_map_lock;33 phys_addr_t addr;34 u32 spi_first; /* The SGI number that MSIs start */35 u32 num_spis; /* The number of SGIs for MSIs */59 static int alpine_msix_allocate_sgi(struct alpine_msix_data *priv, int num_req) in alpine_msix_allocate_sgi() argument