Lines Matching refs:SGList
753 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()
4925 c->Header.SGList = 1; in hpsa_passthru_ioctl()
4928 c->Header.SGList = 0; in hpsa_passthru_ioctl()
5057 c->Header.SGList = (u8) sg_used; in hpsa_big_passthru_ioctl()
5197 c->Header.SGList = 1; in fill_cmd()
5200 c->Header.SGList = 0; in fill_cmd()
5577 cmd->CommandHeader.SGList = 0; in hpsa_message()