Lines Matching defs:buf_pa
33 * buf_pa is the physical address where the DMA should pull from.
35 * NOTE: for performance reasons, buf_pa should _ALWAYS_ begin on a
49 unsigned long buf_pa; /* phys address of buffer to retrieve */
166 dev_dbg(xpnet, "received 0x%lx, %d, %d, %d\n", msg->buf_pa, msg->size,
212 (void *)msg->buf_pa, msg->size);
214 ret = xp_remote_memcpy(xp_pa(dst), msg->buf_pa, msg->size);
223 (void *)msg->buf_pa, msg->size, ret);
386 msg->buf_pa = xp_pa((void *)start_addr);
389 "msg->buf_pa=0x%lx, msg->size=%u, "
391 dest_partid, XPC_NET_CHANNEL, msg->buf_pa, msg->size,