Lines Matching refs:SGTotal
1594 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
1612 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
1778 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) in complete_scsi_command()
1817 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()
1982 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
1990 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
1997 cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */ in hpsa_map_one()
3297 cp->Header.SGTotal = cpu_to_le16(use_sg + 1); in hpsa_scatter_gather()
3308 cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */ in hpsa_scatter_gather()
4926 c->Header.SGTotal = cpu_to_le16(1); in hpsa_passthru_ioctl()
4929 c->Header.SGTotal = cpu_to_le16(0); in hpsa_passthru_ioctl()
5058 c->Header.SGTotal = cpu_to_le16(sg_used); in hpsa_big_passthru_ioctl()
5198 c->Header.SGTotal = cpu_to_le16(1); in fill_cmd()
5201 c->Header.SGTotal = cpu_to_le16(0); in fill_cmd()
5578 cmd->CommandHeader.SGTotal = cpu_to_le16(0); in hpsa_message()