Searched refs:chained (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dcciss_scsi.c1377 int request_nsgs, i, chained, sg_index; local
1383 chained = 0;
1390 !chained && request_nsgs - i > 1) {
1391 chained = 1;
1405 if (chained)
1414 c->Header.SGTotal = (u16) request_nsgs + chained;
H A Dcciss.c3297 int chained = 0; local
3349 chained = 0;
3353 !chained && ((seg - i) > 1)) {
3357 chained = 1;
3368 if (chained)
3378 "chained[%d]\n",
3379 blk_rq_sectors(creq), seg, chained);
3381 c->Header.SGTotal = seg + chained;
3952 * within the command block, and does not extend to chained blocks
/drivers/crypto/
H A Dtalitos.c851 int chained)
853 if (unlikely(chained))
1166 static int sg_count(struct scatterlist *sg_list, int nbytes, int *chained) argument
1171 *chained = 0;
1176 *chained = 1;
1803 int chained; local
1808 sg_count(areq->src, nbytes, &chained),
1841 int nents = sg_count(areq->src, nbytes, &chained);
849 talitos_map_sg(struct device *dev, struct scatterlist *sg, unsigned int nents, enum dma_data_direction dir, int chained) argument
/drivers/scsi/
H A Dhpsa.c1993 int use_sg, i, sg_index, chained; local
2006 chained = 0;
2011 chained = 1;
2024 if (use_sg + chained > h->maxSG)
2025 h->maxSG = use_sg + chained;
2027 if (chained) {
4617 * within the command block, and does not extend to chained blocks

Completed in 182 milliseconds