max_cmd_sg_entries 2287 drivers/scsi/hpsa.c chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; max_cmd_sg_entries 2291 drivers/scsi/hpsa.c (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); max_cmd_sg_entries 2309 drivers/scsi/hpsa.c if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) max_cmd_sg_entries 2312 drivers/scsi/hpsa.c chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; max_cmd_sg_entries 2579 drivers/scsi/hpsa.c (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) max_cmd_sg_entries 4569 drivers/scsi/hpsa.c chained = use_sg > h->max_cmd_sg_entries; max_cmd_sg_entries 4570 drivers/scsi/hpsa.c sg_limit = chained ? h->max_cmd_sg_entries - 1 : use_sg; max_cmd_sg_entries 4599 drivers/scsi/hpsa.c cp->Header.SGList = h->max_cmd_sg_entries; max_cmd_sg_entries 7670 drivers/scsi/hpsa.c h->max_cmd_sg_entries = 32; max_cmd_sg_entries 7671 drivers/scsi/hpsa.c h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; max_cmd_sg_entries 7679 drivers/scsi/hpsa.c h->max_cmd_sg_entries = 31; max_cmd_sg_entries 194 drivers/scsi/hpsa.h u8 max_cmd_sg_entries;