Searched refs:tx_buf_va (Results 1 – 1 of 1) sorted by relevance
129 u8 *tx_buf_va; in pfe_send() local144 tx_buf_va = (void *)DDR_PFE_TO_VIRT(readl(&bd->data)); in pfe_send()145 debug("%s: tx_buf_va: %p, tx_buf_pa: %08x\n", __func__, tx_buf_va, in pfe_send()152 memcpy(tx_buf_va, (u8 *)&hif_header, sizeof(struct hif_header_s)); in pfe_send()153 memcpy(tx_buf_va + sizeof(struct hif_header_s), data, length); in pfe_send()159 unsigned char *p = (unsigned char *)tx_buf_va; in pfe_send()