[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <55352354-2468-42e3-b5e3-815712f83ecf@lunn.ch>
Date: Thu, 11 Sep 2025 21:02:19 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Mina Almasry <almasrymina@...gle.com>
Cc: Jakub Kicinski <kuba@...nel.org>, davem@...emloft.net,
netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
andrew+netdev@...n.ch, horms@...nel.org, sdf@...ichev.me,
alexanderduyck@...com
Subject: Re: [PATCH net-next] eth: fbnic: support devmem Tx
> It seems in your driver you have a special way to grab fields via
> FIELD_GET
There is nothing special about FIELD_GET().
~/linux/drivers/net$ grep -r FIELD_GET | wc
3724 15584 331380
They are the recommended way to access fields within words.
Andrew
Powered by blists - more mailing lists