Searched refs:PQIALIGN_TYPED (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_sis.c | 156 base = PQIALIGN_TYPED(o->alloc_memory, SIS_BASE_STRUCT_ALIGNMENT, in sis_init_base_struct_addr() 165 dma_addr = PQIALIGN_TYPED(o->dma_addr, SIS_BASE_STRUCT_ALIGNMENT, in sis_init_base_struct_addr()
|
H A D | smartpqi_init.c | 373 aq_aligned = PQIALIGN_TYPED(s->s_adminq_dma->alloc_memory, in pqi_alloc_admin_queue() 639 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 645 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 650 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 656 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 666 aligned_pointer = PQIALIGN_TYPED(s->s_queue_dma->alloc_memory, in pqi_alloc_operation_queues() 681 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 691 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 704 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() 716 aligned_pointer = PQIALIGN_TYPED(aligned_pointer, in pqi_alloc_operation_queues() [all …]
|
H A D | smartpqi.h | 137 #define PQIALIGN_TYPED(addr, align, type) \ macro
|