[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <CE14B815-C10B-4091-A608-6742117FBEF6@cumulusnetworks.com>
Date: Wed, 8 Jan 2014 00:47:46 -0800
From: Scott Feldman <sfeldma@...ulusnetworks.com>
To: Aaron Brown <aaron.f.brown@...el.com>
Cc: David Miller <davem@...emloft.net>,
Mark Rustad <mark.d.rustad@...el.com>,
Netdev <netdev@...r.kernel.org>, gospo@...hat.com,
sassmann@...hat.com
Subject: Re: [net-next 3/7] ixgbe: Use static inlines instead of macros
On Jan 7, 2014, at 11:40 PM, Aaron Brown <aaron.f.brown@...el.com> wrote:
> From: Mark Rustad <mark.d.rustad@...el.com>
>
> -#define IXGBE_WRITE_REG(a, reg, value) writel((value), ((a)->hw_addr + (reg)))
> +static inline void IXGBE_WRITE_REG(struct ixgbe_hw *hw, u32 reg, u32 value)
Bummer, now you have a all-caps func name.
--
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