Searched refs:buf_pa (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpnet.c47 * buf_pa is the physical address where the DMA should pull from.
49 * NOTE: for performance reasons, buf_pa should _ALWAYS_ begin on a
63 u64 buf_pa; /* phys address of buffer to retrieve */ member in struct:xpnet_message
194 dev_dbg(xpnet, "received 0x%lx, %d, %d, %d\n", msg->buf_pa, msg->size,
238 "bte_copy(0x%p, 0x%p, %hu)\n", (void *)msg->buf_pa,
242 bret = bte_copy(msg->buf_pa,
251 "error=0x%x\n", (void *)msg->buf_pa,
577 msg->buf_pa = __pa(start_addr);
579 dev_dbg(xpnet, "sending XPC message to %d:%d\nmsg->buf_pa="
582 XPC_NET_CHANNEL, msg->buf_pa, ms
[all...]

Completed in 47 milliseconds