Skip to content
Commit 0a6e5008 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Fix MCDI structure field lookup



The least significant bit number (LBN) of a field within an MCDI
structure is counted from the start of the structure, not the
containing dword.  In MCDI_ARRAY_FIELD() we need to mask it rather
than using the usual EFX_DWORD_FIELD() macro.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent 9724a850
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment