Searched refs:SG_ENTRIES_IN_CMD (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | hpsa_cmd.h | 26 #define SG_ENTRIES_IN_CMD 32 /* Max SG entries excluding chain blocks */ macro 403 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
|
D | hpsa.c | 5015 if (ioc->buf_size > ioc->malloc_size * SG_ENTRIES_IN_CMD) { in hpsa_big_passthru_ioctl() 5019 buff = kzalloc(SG_ENTRIES_IN_CMD * sizeof(char *), GFP_KERNEL); in hpsa_big_passthru_ioctl() 5024 buff_size = kmalloc(SG_ENTRIES_IN_CMD * sizeof(int), GFP_KERNEL); in hpsa_big_passthru_ioctl() 7220 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() 7231 BUILD_BUG_ON(28 > SG_ENTRIES_IN_CMD + 4); in hpsa_enter_performant_mode() 7249 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode() 7251 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable); in hpsa_enter_performant_mode() 7495 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) * in hpsa_put_ctlr_into_performant_mode()
|