mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
[intelxl] Add missing padding bytes to receive queue context
For the sake of completeness, ensure that all 32 bytes of the receive queue context are programmed (including the unused final 8 bytes). Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -685,6 +685,8 @@ struct intelxl_context_rx {
|
|||||||
uint8_t reserved_b[7];
|
uint8_t reserved_b[7];
|
||||||
/** Maximum frame size */
|
/** Maximum frame size */
|
||||||
uint16_t mfs;
|
uint16_t mfs;
|
||||||
|
/** Reserved */
|
||||||
|
uint8_t reserved_c[8];
|
||||||
} __attribute__ (( packed ));
|
} __attribute__ (( packed ));
|
||||||
|
|
||||||
/** Receive queue base address and queue count */
|
/** Receive queue base address and queue count */
|
||||||
|
|||||||
Reference in New Issue
Block a user