Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c4117 void __iomem *next_queue_index; in pqi_alloc_operational_queues() local
4221 (next_queue_index - in pqi_alloc_operational_queues()
4223 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
4224 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
4229 (next_queue_index - in pqi_alloc_operational_queues()
4231 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
4232 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
4234 queue_group->oq_pi = next_queue_index; in pqi_alloc_operational_queues()
4237 (next_queue_index - in pqi_alloc_operational_queues()
4240 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
[all …]