Searched refs:maxsgentries (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.h85 int maxsgentries; member in struct:ctlr_info
H A Dhpsa.c1177 sh->sg_tablesize = h->maxsgentries;
1883 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
3534 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements));
3540 if (h->maxsgentries > 512) {
3542 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries + 1;
3543 h->maxsgentries--; /* save one for chain pointer */
3545 h->maxsgentries = 31; /* default to traditional values */
/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.h83 int maxsgentries; member in struct:ctlr_info
H A Dcciss.c1906 blk_queue_max_segments(disk->queue, h->maxsgentries);
3224 BUG_ON(creq->nr_phys_segments > h->maxsgentries);
3258 sg_init_table(tmp_sg, h->maxsgentries);
3840 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries,
3899 h->blockFetchTable = kmalloc(((h->maxsgentries+1) *
4097 h->maxsgentries = readl(&(h->cfgtable->MaxSGElements));
4103 if (h->maxsgentries > 512) {
4105 h->chainsize = h->maxsgentries - h->max_cmd_sgentries + 1;
4106 h->maxsgentries--; /* save one for chain pointer */
4108 h->maxsgentries
[all...]
H A Dcciss_scsi.c767 sh->sg_tablesize = h->maxsgentries;
1276 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
/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.h85 int maxsgentries; member in struct:ctlr_info
H A Dhpsa.c1177 sh->sg_tablesize = h->maxsgentries;
1883 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
3534 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements));
3540 if (h->maxsgentries > 512) {
3542 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries + 1;
3543 h->maxsgentries--; /* save one for chain pointer */
3545 h->maxsgentries = 31; /* default to traditional values */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss.h83 int maxsgentries; member in struct:ctlr_info
H A Dcciss.c1906 blk_queue_max_segments(disk->queue, h->maxsgentries);
3224 BUG_ON(creq->nr_phys_segments > h->maxsgentries);
3258 sg_init_table(tmp_sg, h->maxsgentries);
3840 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries,
3899 h->blockFetchTable = kmalloc(((h->maxsgentries+1) *
4097 h->maxsgentries = readl(&(h->cfgtable->MaxSGElements));
4103 if (h->maxsgentries > 512) {
4105 h->chainsize = h->maxsgentries - h->max_cmd_sgentries + 1;
4106 h->maxsgentries--; /* save one for chain pointer */
4108 h->maxsgentries
[all...]
H A Dcciss_scsi.c767 sh->sg_tablesize = h->maxsgentries;
1276 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);

Completed in 128 milliseconds