Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aacraid/
Dcomminit.c75 unsigned long host_rrq_size, aac_init_size; in aac_alloc_comm() local
84 host_rrq_size = in aac_alloc_comm()
90 host_rrq_size = (dev->scsi_host_ptr->can_queue in aac_alloc_comm()
95 host_rrq_size = 0; in aac_alloc_comm()
99 printfbufsiz + host_rrq_size; in aac_alloc_comm()
116 memset(dev->host_rrq, 0, host_rrq_size); in aac_alloc_comm()
119 dev->init = (union aac_init *)(base + fibsize + host_rrq_size); in aac_alloc_comm()
120 dev->init_pa = phys + fibsize + host_rrq_size; in aac_alloc_comm()
240 base = base + fibsize + host_rrq_size + aac_init_size; in aac_alloc_comm()
241 phys = (dma_addr_t)((ulong)phys + fibsize + host_rrq_size + in aac_alloc_comm()