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

/drivers/scsi/
H A Dscsi_lib.c1142 int ivecs, count; local
1145 ivecs = blk_rq_count_integrity_sg(rq->q, rq->bio);
1147 if (scsi_alloc_sgtable(prot_sdb, ivecs, gfp_mask, is_mq)) {
1154 BUG_ON(unlikely(count > ivecs));

Completed in 63 milliseconds