Searched refs:scsi_offset (Results 1 – 1 of 1) sorted by relevance
126 size_t scsi_offset; member263 ctx->scsi_offset = 0; in msc_process_read()279 while (ctx->scsi_bytes - ctx->scsi_offset > 0) { in msc_process_read()280 len = MIN(ctx->scsi_bytes - ctx->scsi_offset, in msc_process_read()289 net_buf_add_mem(buf, &ctx->scsi_buf[ctx->scsi_offset], len); in msc_process_read()291 ctx->scsi_offset += len; in msc_process_read()293 if (ctx->scsi_bytes == ctx->scsi_offset) { in msc_process_read()296 ctx->scsi_offset = 0; in msc_process_read()320 ctx->scsi_offset = 0; in msc_process_cbw()