Lines Matching refs:sdb
487 if (cmd->sdb.table.nents)
488 sg_free_table_chained(&cmd->sdb.table,
1010 * Initializes @cmd->sdb and also @cmd->prot_sdb if data integrity is enabled
1041 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs,
1042 cmd->sdb.table.sgl, SCSI_INLINE_SG_CNT)))
1049 count = __blk_rq_map_sg(rq->q, rq, cmd->sdb.table.sgl, &last_sg);
1069 BUG_ON(count > cmd->sdb.table.nents);
1070 cmd->sdb.table.nents = count;
1071 cmd->sdb.length = blk_rq_payload_bytes(rq);
1189 memset(&cmd->sdb, 0, sizeof(cmd->sdb));
1558 memset(&cmd->sdb, 0, sizeof(cmd->sdb));
1582 cmd->sdb.table.sgl = sg;