Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnpcm_gmac.c518 uint32_t tx_buf_addr, tx_buf_len; in gmac_try_send_next_packet() local
569 tx_buf_addr = tx_desc.tdes2; in gmac_try_send_next_packet()
570 gmac->regs[R_NPCM_DMA_CUR_TX_BUF_ADDR] = tx_buf_addr; in gmac_try_send_next_packet()
581 if (dma_memory_read(&address_space_memory, tx_buf_addr, buf, in gmac_try_send_next_packet()
584 __func__, tx_buf_addr); in gmac_try_send_next_packet()
592 tx_buf_addr = tx_desc.tdes3; in gmac_try_send_next_packet()
593 gmac->regs[R_NPCM_DMA_CUR_TX_BUF_ADDR] = tx_buf_addr; in gmac_try_send_next_packet()
603 if (dma_memory_read(&address_space_memory, tx_buf_addr, buf, in gmac_try_send_next_packet()
607 __func__, tx_buf_addr); in gmac_try_send_next_packet()