Searched refs:SGList (Results 1 – 2 of 2) sorted by relevance
1041 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()1065 c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) | in set_ioaccel1_performant_mode()2628 cp->Header.SGList = scsi_sg_count(cmd); in complete_scsi_command()2629 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()2807 cp->Header.SGList = 0; in hpsa_map_one()2815 cp->Header.SGList = 0; in hpsa_map_one()2822 cp->Header.SGList = 1; /* no. SGs contig in this cmd */ in hpsa_map_one()4599 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()4610 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */ in hpsa_scatter_gather()4780 c->Header.SGList = use_sg; in hpsa_scsi_ioaccel1_queue_command()[all …]
344 u8 SGList; member