Home
last modified time | relevance | path

Searched refs:SGTotal (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dhpsa.c2303 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
2321 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
2589 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) in complete_scsi_command()
2638 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()
2815 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2823 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2830 cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */ in hpsa_map_one()
4616 cp->Header.SGTotal = cpu_to_le16(use_sg + 1); in hpsa_scatter_gather()
4627 cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */ in hpsa_scatter_gather()
6422 c->Header.SGTotal = cpu_to_le16(1); in hpsa_passthru_ioctl()
[all …]
H A Dhpsa_cmd.h349 __le16 SGTotal; member