Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c4132 void *aligned_pointer; in pqi_alloc_operational_queues() local
4148 aligned_pointer = NULL; in pqi_alloc_operational_queues()
4151 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
4153 aligned_pointer += element_array_length_per_iq; in pqi_alloc_operational_queues()
4157 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
4159 aligned_pointer += element_array_length_per_oq; in pqi_alloc_operational_queues()
4162 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
4164 aligned_pointer += PQI_NUM_EVENT_QUEUE_ELEMENTS * in pqi_alloc_operational_queues()
4168 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
4170 aligned_pointer += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
[all …]