Searched refs:sdb (Results 1 – 2 of 2) sorted by relevance
90 struct scsi_data_buffer sdb; member156 return cmd->sdb.table.nents; in scsi_sg_count()161 return cmd->sdb.table.sgl; in scsi_sglist()166 return cmd->sdb.length; in scsi_bufflen()171 cmd->sdb.resid = resid; in scsi_set_resid()176 return cmd->sdb.resid; in scsi_get_resid()191 cmd->request->next_rq->special : &cmd->sdb; in scsi_in()196 return &cmd->sdb; in scsi_out()
81 struct scsi_data_buffer sdb; member