Home
last modified time | relevance | path

Searched refs:next_queue_index (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/scsi/smartpqi/
Dsmartpqi_init.c4088 void __iomem *next_queue_index; in pqi_alloc_operational_queues() local
4184 next_queue_index = (void __iomem *)PTR_ALIGN(element_array, in pqi_alloc_operational_queues()
4189 queue_group->iq_ci[RAID_PATH] = next_queue_index; in pqi_alloc_operational_queues()
4192 (next_queue_index - in pqi_alloc_operational_queues()
4194 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
4195 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
4197 queue_group->iq_ci[AIO_PATH] = next_queue_index; in pqi_alloc_operational_queues()
4200 (next_queue_index - in pqi_alloc_operational_queues()
4202 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
4203 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
[all …]