Lines Matching refs:ioaccel_maxsg
3303 if (scsi_sg_count(cmd) > h->ioaccel_maxsg) in hpsa_scsi_ioaccel1_queue_command()
3523 if (scsi_sg_count(cmd) > h->ioaccel_maxsg) in hpsa_scsi_ioaccel2_queue_command()
7410 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode()
7411 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode()
7450 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ; in hpsa_enter_performant_mode()
7451 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode()
7471 h->ioaccel_maxsg = in hpsa_alloc_ioaccel_cmd_and_bft()
7473 if (h->ioaccel_maxsg > IOACCEL1_MAXSGENTRIES) in hpsa_alloc_ioaccel_cmd_and_bft()
7474 h->ioaccel_maxsg = IOACCEL1_MAXSGENTRIES; in hpsa_alloc_ioaccel_cmd_and_bft()
7488 kmalloc(((h->ioaccel_maxsg + 1) * in hpsa_alloc_ioaccel_cmd_and_bft()
7512 h->ioaccel_maxsg = in ioaccel2_alloc_cmds_and_bft()
7514 if (h->ioaccel_maxsg > IOACCEL2_MAXSGENTRIES) in ioaccel2_alloc_cmds_and_bft()
7515 h->ioaccel_maxsg = IOACCEL2_MAXSGENTRIES; in ioaccel2_alloc_cmds_and_bft()
7525 kmalloc(((h->ioaccel_maxsg + 1) * in ioaccel2_alloc_cmds_and_bft()