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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dhpsa_cmd.h204 u8 SGList; member in struct:CommandListHeader
H A Dhpsa.c337 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
1222 cp->Header.SGList = 0;
1233 cp->Header.SGList = (u8) 1; /* no. SGs contig in this cmd */
1915 cp->Header.SGList = h->max_cmd_sg_entries;
1923 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */
2472 c->Header.SGList = 1;
2475 c->Header.SGList = 0;
2603 c->Header.SGList = sg_used;
2606 c->Header.SGList = 0;
2704 c->Header.SGList
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss_cmd.h149 BYTE SGList; member in struct:_CommandListHeader_struct
H A Dcciss.c263 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
1478 c->Header.SGList = 1;
1482 c->Header.SGList = 0;
1626 c->Header.SGList = sg_used;
1629 c->Header.SGList = 0;
1785 for (i = 0; i < c->Header.SGList; i++) {
2492 c->Header.SGList = 1;
2495 c->Header.SGList = 0;
3303 c->Header.SGList = c->Header.SGTotal;
3305 c->Header.SGList
[all...]
H A Dcciss_scsi.c815 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */
1311 c->Header.SGList = h->max_cmd_sgentries;
1313 c->Header.SGList = c->Header.SGTotal;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa_cmd.h204 u8 SGList; member in struct:CommandListHeader
H A Dhpsa.c337 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
1222 cp->Header.SGList = 0;
1233 cp->Header.SGList = (u8) 1; /* no. SGs contig in this cmd */
1915 cp->Header.SGList = h->max_cmd_sg_entries;
1923 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */
2472 c->Header.SGList = 1;
2475 c->Header.SGList = 0;
2603 c->Header.SGList = sg_used;
2606 c->Header.SGList = 0;
2704 c->Header.SGList
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss_cmd.h149 BYTE SGList; member in struct:_CommandListHeader_struct
H A Dcciss.c263 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
1478 c->Header.SGList = 1;
1482 c->Header.SGList = 0;
1626 c->Header.SGList = sg_used;
1629 c->Header.SGList = 0;
1785 for (i = 0; i < c->Header.SGList; i++) {
2492 c->Header.SGList = 1;
2495 c->Header.SGList = 0;
3303 c->Header.SGList = c->Header.SGTotal;
3305 c->Header.SGList
[all...]
H A Dcciss_scsi.c815 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */
1311 c->Header.SGList = h->max_cmd_sgentries;
1313 c->Header.SGList = c->Header.SGTotal;

Completed in 120 milliseconds