mirror of https://github.com/xemu-project/xemu.git
nvnet: Move tx_dma_buf_offset field up
This commit is contained in:
parent
0eb0a315b8
commit
b22f42ff95
|
@ -65,8 +65,8 @@ typedef struct NvNetState {
|
|||
uint8_t regs[MMIO_SIZE];
|
||||
uint32_t phy_regs[6];
|
||||
|
||||
uint8_t tx_dma_buf[TX_ALLOC_BUFSIZE];
|
||||
uint32_t tx_dma_buf_offset;
|
||||
uint8_t tx_dma_buf[TX_ALLOC_BUFSIZE];
|
||||
uint8_t rx_dma_buf[RX_ALLOC_BUFSIZE];
|
||||
|
||||
/* Deprecated */
|
||||
|
|
Loading…
Reference in New Issue