Home
last modified time | relevance | path

Searched refs:next_buf_addr (Results 1 – 3 of 3) 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()
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.h77 u16 next_buf_addr; member
H A Dc67x00-sched.c543 if (unlikely(c67x00->next_buf_addr + len >= in c67x00_claim_frame_bw()
614 td->ly_base_addr = __cpu_to_le16(c67x00->next_buf_addr); in c67x00_create_td()
631 c67x00->next_buf_addr += (len + 1) & ~0x01; /* properly align */ in c67x00_create_td()
815 c67x00->next_buf_addr = c67x00->buf_base_addr; in c67x00_fill_frame()