Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/smartpqi/
Dsmartpqi_init.c3545 void *aligned_pointer; in pqi_alloc_operational_queues() local
3561 aligned_pointer = NULL; in pqi_alloc_operational_queues()
3564 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3566 aligned_pointer += element_array_length_per_iq; in pqi_alloc_operational_queues()
3570 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3572 aligned_pointer += element_array_length_per_oq; in pqi_alloc_operational_queues()
3575 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3577 aligned_pointer += PQI_NUM_EVENT_QUEUE_ELEMENTS * in pqi_alloc_operational_queues()
3581 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3583 aligned_pointer += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
[all …]