Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss_cmd.h160 HWORD SGTotal; member
Dcciss_scsi.c305 printk("sgtot:%d\n", cp->Header.SGTotal);
740 if (c->Header.SGTotal > h->max_cmd_sgentries) in complete_scsi_command()
907 c->Header.SGTotal = (__u16) 1; /* total sgs in this cmd list */ in cciss_map_one()
1399 c->Header.SGTotal = (u16) request_nsgs + chained; in cciss_scatter_gather()
1403 c->Header.SGList = c->Header.SGTotal; in cciss_scatter_gather()
Dcciss.c341 if (c->Header.SGTotal <= h->max_cmd_sgentries) in cciss_unmap_sg_chain_block()
1523 c->Header.SGTotal = 1; in cciss_passthru()
1526 c->Header.SGTotal = 0; in cciss_passthru()
1659 c->Header.SGTotal = sg_used; in cciss_bigpassthru()
2553 c->Header.SGTotal = 1; in fill_cmd()
2556 c->Header.SGTotal = 0; in fill_cmd()
3398 c->Header.SGTotal = seg + chained; in do_cciss_request()
3400 c->Header.SGList = c->Header.SGTotal; in do_cciss_request()
4490 cmd->CommandHeader.SGTotal = 0; in cciss_message()
/linux-4.4.14/drivers/scsi/
Dhpsa.c2112 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
2130 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
2396 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) in complete_scsi_command()
2440 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()
2608 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2616 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2623 cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */ in hpsa_map_one()
4234 cp->Header.SGTotal = cpu_to_le16(use_sg + 1); in hpsa_scatter_gather()
4245 cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */ in hpsa_scatter_gather()
6239 c->Header.SGTotal = cpu_to_le16(1); in hpsa_passthru_ioctl()
[all …]
Dhpsa_cmd.h339 __le16 SGTotal; member