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

/drivers/scsi/
H A Dscsi_lib.c1031 int ivecs, count; local
1034 ivecs = blk_rq_count_integrity_sg(rq->q, rq->bio);
1036 if (scsi_alloc_sgtable(prot_sdb, ivecs, gfp_mask)) {
1043 BUG_ON(unlikely(count > ivecs));

Completed in 32 milliseconds