Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c518 uint32_t tx_buf_addr, tx_buf_len; in gmac_try_send_next_packet() local
568 tx_buf_addr = tx_desc.tdes2; in gmac_try_send_next_packet()
569 gmac->regs[R_NPCM_DMA_CUR_TX_BUF_ADDR] = tx_buf_addr; in gmac_try_send_next_packet()
580 if (dma_memory_read(&address_space_memory, tx_buf_addr, buf, in gmac_try_send_next_packet()
583 __func__, tx_buf_addr); in gmac_try_send_next_packet()
591 tx_buf_addr = tx_desc.tdes3; in gmac_try_send_next_packet()
592 gmac->regs[R_NPCM_DMA_CUR_TX_BUF_ADDR] = tx_buf_addr; in gmac_try_send_next_packet()
602 if (dma_memory_read(&address_space_memory, tx_buf_addr, buf, in gmac_try_send_next_packet()
606 __func__, tx_buf_addr); in gmac_try_send_next_packet()