Home
last modified time | relevance | path

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

/u-boot/drivers/net/pfe_eth/
A Dpfe_driver.c132 u8 *tx_buf_va; in pfe_send() local
147 tx_buf_va = (void *)DDR_PFE_TO_VIRT(readl(&bd->data)); in pfe_send()
148 debug("%s: tx_buf_va: %p, tx_buf_pa: %08x\n", __func__, tx_buf_va, in pfe_send()
155 memcpy(tx_buf_va, (u8 *)&hif_header, sizeof(struct hif_header_s)); in pfe_send()
156 memcpy(tx_buf_va + sizeof(struct hif_header_s), data, length); in pfe_send()
162 unsigned char *p = (unsigned char *)tx_buf_va; in pfe_send()

Completed in 3 milliseconds