Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932396AbWHKAqH (ORCPT ); Thu, 10 Aug 2006 20:46:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932406AbWHKAqG (ORCPT ); Thu, 10 Aug 2006 20:46:06 -0400 Received: from ozlabs.org ([203.10.76.45]:8836 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S932396AbWHKAqD (ORCPT ); Thu, 10 Aug 2006 20:46:03 -0400 To: Alexey Dobriyan cc: Jan-Bernd Themann , netdev@vger.kernel.org, Thomas Klein , linuxppc-dev@ozlabs.org, Christoph Raisch , linux-kernel@vger.kernel.org, Marcus Eder From: Michael Neuling Subject: Re: [PATCH 3/6] ehea: queue management In-reply-to: <20060811003204.GA6935@martell.zuzino.mipt.ru> References: <44D99F38.8010306@de.ibm.com> <20060811000540.200CE67B6B@ozlabs.org> <20060811003204.GA6935@martell.zuzino.mipt.ru> Comments: In-reply-to Alexey Dobriyan message dated "Fri, 11 Aug 2006 04:32:04 +0400." Reply-to: Michael Neuling X-Mailer: MH-E 7.85; nmh 1.1; GNU Emacs 21.4.1 Date: Fri, 11 Aug 2006 10:46:01 +1000 Message-Id: <20060811004602.23EB467B64@ozlabs.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 23 > > > +static inline u32 map_swqe_size(u8 swqe_enc_size) > > > +{ > > > + return 128 << swqe_enc_size; > > > +} ^ > > > + | > > > +static inline u32|map_rwqe_size(u8 rwqe_enc_size) > > > +{ | > > > + return 128 << rwqe_enc_size; > ^ > > > +} | > > | > > Snap! These are ide|tical... > | > No, they aren't. -----+ Functionally identical. Mikey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/