mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Robert Crocombe <rcrocomb@gmail.com>
Cc: Keith Curtis <Keith.Curtis@digeo.com>,
	linux1394-devel <linux1394-devel@lists.sourceforge.net>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: isochronous receives?
Date: Thu, 14 Dec 2006 00:15:48 +0100	[thread overview]
Message-ID: <458089A4.9060102@s5r6.in-berlin.de> (raw)
In-Reply-To: <45804615.3060004@s5r6.in-berlin.de>

I wrote:
> /* can be used for tag = 0...3 and ORed together for multiple tags */
> #define RAW1394_IR_MATCH_TAG(tag)   (1<<((tag)&3))

PS: or  ((tag)>>2 ? 0 : 1<<(tag))  or just  (1<<(tag))

> #define RAW1394_IR_MATCH_ALL_TAGS   -1

-- 
Stefan Richter
-=====-=-==- ==-- -===-
http://arcgraph.de/sr/

  reply	other threads:[~2006-12-13 23:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AccTUZEOi7v6J84+R+eLGKj8lA2txQAz+0pA>
2006-11-30  1:57 ` Keith Curtis
2006-12-01 10:30   ` Stefan Richter
2006-12-13 14:30   ` Robert Crocombe
2006-12-13 18:27     ` Stefan Richter
2006-12-13 23:15       ` Stefan Richter [this message]
2006-12-14 18:23       ` Robert Crocombe
2006-11-29  0:59 Robert Crocombe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=458089A4.9060102@s5r6.in-berlin.de \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=Keith.Curtis@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    --cc=rcrocomb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®