Home
last modified time | relevance | path

Searched refs:aac_init_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
87 aac_init_size = sizeof(union aac_init); in aac_alloc_comm()
92 aac_init_size = sizeof(union aac_init) + in aac_alloc_comm()
96 aac_init_size = sizeof(union aac_init); in aac_alloc_comm()
98 size = fibsize + aac_init_size + commsize + commalign + in aac_alloc_comm()
240 base = base + fibsize + host_rrq_size + aac_init_size; in aac_alloc_comm()
242 aac_init_size); in aac_alloc_comm()