Searched refs:lpi_map (Results 1 – 1 of 1) sorted by relevance
154 unsigned long *lpi_map; member3465 unsigned long *lpi_map = NULL; in its_create_device() local3497 lpi_map = its_lpi_alloc(nvecs, &lpi_base, &nr_lpis); in its_create_device()3498 if (lpi_map) in its_create_device()3507 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) { in its_create_device()3510 bitmap_free(lpi_map); in its_create_device()3521 dev->event_map.lpi_map = lpi_map; in its_create_device()3556 idx = bitmap_find_free_region(dev->event_map.lpi_map, in its_alloc_device_irq()3637 if (WARN_ON_ONCE(!bitmap_empty(its_dev->event_map.lpi_map, in its_msi_teardown()3641 its_lpi_free(its_dev->event_map.lpi_map, in its_msi_teardown()[all …]