mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
net: cadence_gem: Use uint32_t for 32bit descriptor words
Use uint32_t instead of unsigned to describe 32bit descriptor words. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 20181011021931.4249-4-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
b2d43091b5
commit
f02361822f
2 changed files with 22 additions and 22 deletions
|
@ -74,7 +74,7 @@ typedef struct CadenceGEMState {
|
|||
|
||||
uint8_t can_rx_state; /* Debug only */
|
||||
|
||||
unsigned rx_desc[MAX_PRIORITY_QUEUES][2];
|
||||
uint32_t rx_desc[MAX_PRIORITY_QUEUES][2];
|
||||
|
||||
bool sar_active[4];
|
||||
} CadenceGEMState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue