[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123202724.0b0a399d@s6510>
Date: Mon, 23 Nov 2009 20:27:24 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Rasesh Mody <rmody@...cade.com>
Cc: <netdev@...r.kernel.org>, <adapter_linux_open_src_team@...cade.com>
Subject: Re: Subject: [PATCH 2/6] bna: Brocade 10Gb Ethernet device driver
On Mon, 23 Nov 2009 19:51:01 -0800
Rasesh Mody <rmody@...cade.com> wrote:
> cmd.rxf_id_mask[0] = htonl((u32) rxf_id_mask);
> + cmd.rxf_id_mask[1] = htonl((u32) (rxf_id_mask >> 32));
You could use the lower32() and upper32() macros here.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists