Searched refs:SG_ENTRIES_IN_CMD (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/scsi/ |
D | hpsa_cmd.h | 30 #define SG_ENTRIES_IN_CMD 32 /* Max SG entries excluding chain blocks */ macro 433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
|
D | hpsa.c | 6514 if (ioc->buf_size > ioc->malloc_size * SG_ENTRIES_IN_CMD) in hpsa_big_passthru_ioctl() 6516 buff = kcalloc(SG_ENTRIES_IN_CMD, sizeof(char *), GFP_KERNEL); in hpsa_big_passthru_ioctl() 6521 buff_size = kmalloc_array(SG_ENTRIES_IN_CMD, sizeof(int), GFP_KERNEL); in hpsa_big_passthru_ioctl() 9205 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() 9216 BUILD_BUG_ON(28 > SG_ENTRIES_IN_CMD + 4); in hpsa_enter_performant_mode() 9234 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode() 9236 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable); in hpsa_enter_performant_mode() 9525 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) * in hpsa_put_ctlr_into_performant_mode()
|