Home
last modified time | relevance | path

Searched refs:commalign (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcomminit.c55 static int aac_alloc_comm(struct aac_dev *dev, void **commaddr, unsigned long commsize, unsigned long commalign) in aac_alloc_comm() argument
84 size = fibsize + aac_init_size + commsize + commalign + in aac_alloc_comm()
231 * Align the beginning of Headers to commalign in aac_alloc_comm()
233 align = (commalign - ((uintptr_t)(base) & (commalign - 1))); in aac_alloc_comm()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcomminit.c55 static int aac_alloc_comm(struct aac_dev *dev, void **commaddr, unsigned long commsize, unsigned long commalign) in aac_alloc_comm() argument
84 size = fibsize + aac_init_size + commsize + commalign + in aac_alloc_comm()
231 * Align the beginning of Headers to commalign in aac_alloc_comm()
233 align = (commalign - ((uintptr_t)(base) & (commalign - 1))); in aac_alloc_comm()

Completed in 3 milliseconds