nvnet: Move tx_dma_buf_offset field up

This commit is contained in:
Matt Borgerson
2025-06-19 01:55:06 -07:00
parent 7e42012b27
commit e07147d620

View File

@ -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 */