Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aacraid/
Dcomminit.c61 unsigned long host_rrq_size, aac_init_size; in aac_alloc_comm() local
73 aac_init_size = sizeof(union aac_init); in aac_alloc_comm()
78 aac_init_size = sizeof(union aac_init) + in aac_alloc_comm()
82 aac_init_size = sizeof(union aac_init); in aac_alloc_comm()
84 size = fibsize + aac_init_size + commsize + commalign + in aac_alloc_comm()
226 base = base + fibsize + host_rrq_size + aac_init_size; in aac_alloc_comm()
228 aac_init_size); in aac_alloc_comm()