Home
last modified time | relevance | path

Searched refs:next_buf_addr (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c342 uint32_t next_buf_addr, length; in emc_try_send_next_packet() local
371 next_buf_addr = tx_desc.txbsa; in emc_try_send_next_packet()
372 emc->regs[REG_CTXBSA] = next_buf_addr; in emc_try_send_next_packet()
381 if (dma_memory_read(&address_space_memory, next_buf_addr, buf, in emc_try_send_next_packet()
384 __func__, next_buf_addr); in emc_try_send_next_packet()