Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3545 void __iomem *next_queue_index; in pqi_alloc_operational_queues() local
3641 next_queue_index = (void __iomem *)PTR_ALIGN(element_array, in pqi_alloc_operational_queues()
3646 queue_group->iq_ci[RAID_PATH] = next_queue_index; in pqi_alloc_operational_queues()
3649 (next_queue_index - in pqi_alloc_operational_queues()
3651 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
3652 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
3654 queue_group->iq_ci[AIO_PATH] = next_queue_index; in pqi_alloc_operational_queues()
3657 (next_queue_index - in pqi_alloc_operational_queues()
3659 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
3660 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()
[all …]