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

/linux-master/drivers/scsi/
H A Dhpsa.c2312 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries);
2330 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries)
2598 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries))
2647 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList);
2826 cp->Header.SGTotal = cpu_to_le16(0);
2834 cp->Header.SGTotal = cpu_to_le16(0);
2841 cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */
4630 cp->Header.SGTotal = cpu_to_le16(use_sg + 1);
4641 cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */
6439 c->Header.SGTotal
[all...]
H A Dhpsa_cmd.h349 __le16 SGTotal; member in struct:CommandListHeader

Completed in 173 milliseconds