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

/linux-master/drivers/scsi/
H A Dhpsa_cmd.h30 #define SG_ENTRIES_IN_CMD 32 /* Max SG entries excluding chain blocks */ macro
433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
H A Dhpsa.c6514 if (ioc->buf_size > ioc->malloc_size * SG_ENTRIES_IN_CMD)
6516 buff = kcalloc(SG_ENTRIES_IN_CMD, sizeof(char *), GFP_KERNEL);
6521 buff_size = kmalloc_array(SG_ENTRIES_IN_CMD, sizeof(int), GFP_KERNEL);
9197 * the largest command possible requires SG_ENTRIES_IN_CMD + 4 16-byte
9204 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4};
9215 BUILD_BUG_ON(28 > SG_ENTRIES_IN_CMD + 4);
9233 bft[7] = SG_ENTRIES_IN_CMD + 4;
9235 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable);
9518 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) *

Completed in 110 milliseconds