Searched refs:ioaccel_maxsg (Results 1 – 2 of 2) sorted by relevance
4748 if (scsi_sg_count(cmd) > h->ioaccel_maxsg) { in hpsa_scsi_ioaccel1_queue_command()4956 if (use_sg > h->ioaccel_maxsg) { in hpsa_scsi_ioaccel2_queue_command()5023 if (use_sg > h->ioaccel_maxsg) { in hpsa_scsi_ioaccel2_queue_command()9297 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode()9377 h->ioaccel_maxsg = in hpsa_alloc_ioaccel1_cmd_and_bft()9379 if (h->ioaccel_maxsg > IOACCEL1_MAXSGENTRIES) in hpsa_alloc_ioaccel1_cmd_and_bft()9380 h->ioaccel_maxsg = IOACCEL1_MAXSGENTRIES; in hpsa_alloc_ioaccel1_cmd_and_bft()9394 kmalloc(((h->ioaccel_maxsg + 1) * in hpsa_alloc_ioaccel1_cmd_and_bft()9434 h->ioaccel_maxsg = in hpsa_alloc_ioaccel2_cmd_and_bft()9437 h->ioaccel_maxsg = IOACCEL2_MAXSGENTRIES; in hpsa_alloc_ioaccel2_cmd_and_bft()[all …]
245 int ioaccel_maxsg; member
Completed in 20 milliseconds