alloc_length     3528 drivers/scsi/smartpqi/smartpqi_init.c 	size_t alloc_length;
alloc_length     3574 drivers/scsi/smartpqi/smartpqi_init.c 	alloc_length = (size_t)aligned_pointer +
alloc_length     3577 drivers/scsi/smartpqi/smartpqi_init.c 	alloc_length += PQI_EXTRA_SGL_MEMORY;
alloc_length     3580 drivers/scsi/smartpqi/smartpqi_init.c 		dma_alloc_coherent(&ctrl_info->pci_dev->dev, alloc_length,
alloc_length     3587 drivers/scsi/smartpqi/smartpqi_init.c 	ctrl_info->queue_memory_length = alloc_length;
alloc_length     3711 drivers/scsi/smartpqi/smartpqi_init.c 	size_t alloc_length;
alloc_length     3715 drivers/scsi/smartpqi/smartpqi_init.c 	alloc_length = sizeof(struct pqi_admin_queues_aligned) +
alloc_length     3719 drivers/scsi/smartpqi/smartpqi_init.c 		dma_alloc_coherent(&ctrl_info->pci_dev->dev, alloc_length,
alloc_length     3726 drivers/scsi/smartpqi/smartpqi_init.c 	ctrl_info->admin_queue_memory_length = alloc_length;