Searched refs:lpi_map (Results 1 – 1 of 1) sorted by relevance
154 unsigned long *lpi_map; member3471 unsigned long *lpi_map = NULL; in its_create_device() local3499 lpi_map = its_lpi_alloc(nvecs, &lpi_base, &nr_lpis); in its_create_device()3500 if (lpi_map) in its_create_device()3509 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) { in its_create_device()3512 bitmap_free(lpi_map); in its_create_device()3523 dev->event_map.lpi_map = lpi_map; in its_create_device()3558 idx = bitmap_find_free_region(dev->event_map.lpi_map, in its_alloc_device_irq()3639 if (WARN_ON_ONCE(!bitmap_empty(its_dev->event_map.lpi_map, in its_msi_teardown()3643 its_lpi_free(its_dev->event_map.lpi_map, in its_msi_teardown()[all …]