Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3546 void *aligned_pointer; in pqi_alloc_operational_queues() local
3562 aligned_pointer = NULL; in pqi_alloc_operational_queues()
3565 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3567 aligned_pointer += element_array_length_per_iq; in pqi_alloc_operational_queues()
3571 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3573 aligned_pointer += element_array_length_per_oq; in pqi_alloc_operational_queues()
3576 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3578 aligned_pointer += PQI_NUM_EVENT_QUEUE_ELEMENTS * in pqi_alloc_operational_queues()
3582 aligned_pointer = PTR_ALIGN(aligned_pointer, in pqi_alloc_operational_queues()
3584 aligned_pointer += sizeof(pqi_index_t); in pqi_alloc_operational_queues()
[all …]