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

/linux-master/drivers/scsi/
H A Dhpsa.c1055 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
1079 c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) |
2646 cp->Header.SGList = scsi_sg_count(cmd);
2647 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList);
2825 cp->Header.SGList = 0;
2833 cp->Header.SGList = 0;
2840 cp->Header.SGList = 1; /* no. SGs contig in this cmd */
4629 cp->Header.SGList = h->max_cmd_sg_entries;
4640 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */
4810 c->Header.SGList
[all...]
H A Dhpsa_cmd.h348 u8 SGList; member in struct:CommandListHeader

Completed in 205 milliseconds