Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss_cmd.h159 BYTE SGList; member
Dcciss_scsi.c305 printk("sglist:%d\n", cp->Header.SGList);
907 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */ in cciss_map_one()
1402 c->Header.SGList = h->max_cmd_sgentries; in cciss_scatter_gather()
1404 c->Header.SGList = c->Header.SGTotal; in cciss_scatter_gather()
Dcciss.c251 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
1506 c->Header.SGList = 1; in cciss_passthru()
1509 c->Header.SGList = 0; in cciss_passthru()
1642 c->Header.SGList = sg_used; in cciss_bigpassthru()
1829 for (i = 0; i < c->Header.SGList; i++) { in cciss_softirq_done()
2536 c->Header.SGList = 1; in fill_cmd()
2539 c->Header.SGList = 0; in fill_cmd()
3384 c->Header.SGList = c->Header.SGTotal; in do_cciss_request()
3386 c->Header.SGList = h->max_cmd_sgentries; in do_cciss_request()
4473 cmd->CommandHeader.SGList = 0; in cciss_message()
/linux-4.1.27/drivers/scsi/
Dhpsa.c753 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
774 c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) | in set_ioaccel1_performant_mode()
1816 cp->Header.SGList = scsi_sg_count(cmd); in complete_scsi_command()
1817 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()
1981 cp->Header.SGList = 0; in hpsa_map_one()
1989 cp->Header.SGList = 0; in hpsa_map_one()
1996 cp->Header.SGList = 1; /* no. SGs contig in this cmd */ in hpsa_map_one()
3296 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()
3307 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */ in hpsa_scatter_gather()
3433 c->Header.SGList = use_sg; in hpsa_scsi_ioaccel1_queue_command()
[all …]
Dhpsa_cmd.h320 u8 SGList; member