From owner-freebsd-questions@FreeBSD.ORG Sat May 30 05:59:07 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 713FF3FE for ; Sat, 30 May 2015 05:59:07 +0000 (UTC) (envelope-from ps06756@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC7111E95 for ; Sat, 30 May 2015 05:59:06 +0000 (UTC) (envelope-from ps06756@gmail.com) Received: by laat2 with SMTP id t2so69464934laa.1 for ; Fri, 29 May 2015 22:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pMNe7sIMjxnL6hcscBIb+/nHRnHUUqKpz+MSA19t4YI=; b=H9icAn9QOIPWj0DGIUsciPwc1rhhbflh1cxnAhEOCExHfRTYPFzVxCa/UfKrSDrEMA dvWgGDm+LlvtoFU5/wXh9hImsb35MdKiE7peIxA3W1Psc6C+bOIUMO6sTtNn93H4zsio d8cNbv7t9beWVo/IA3iBRyEooAhAtKgOozihsjkeTs98Dszb4MYlyOD+fRWX5CQNDS+r PZBZDxG+GQ3jRL+2Aq8CzCFn6OzlP9p7x9EH2k+MHR8R4EFPbHfPVuY9WHVwvfd/rmrf QGUc2CtqeWmCsmnbGUQKXS1kTjNr7d9uimOdeZJm/YlM/DOvz4+VyQfU6T+EdBGYeDIo J/dQ== X-Received: by 10.152.21.197 with SMTP id x5mr1131662lae.108.1432965545020; Fri, 29 May 2015 22:59:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.196.150 with HTTP; Fri, 29 May 2015 22:58:44 -0700 (PDT) In-Reply-To: References: From: Pratik Singhal Date: Sat, 30 May 2015 11:28:44 +0530 Message-ID: Subject: Re: Difference b/w xfer_len and len fields To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 05:59:07 -0000 On Sat, May 30, 2015 at 11:26 AM, Pratik Singhal wrote: > What is the difference b/w the xfer_len and the len fields in the struct > mmc_data in file sys/dev/mmc/mmcreg.h ? > > AFAIK , len is the length of the data present in mmc_data , what is > xfer_len ? > > -- > Regards, > Pratik Singhal > -- Regards, Pratik Singhal