nvnet: Move tx_dma_buf_offset field up

This commit is contained in:
Matt Borgerson 2025-06-19 01:55:06 -07:00 committed by mborgerson
parent 0eb0a315b8
commit b22f42ff95
1 changed files with 1 additions and 1 deletions

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