Lines Matching refs:xpnet
143 struct device *xpnet = &xpnet_dbg_subname; variable
165 dev_dbg(xpnet, "received 0x%lx, %d, %d, %d\n", msg->buf_pa, msg->size, in xpnet_receive()
171 dev_err(xpnet, "failed on dev_alloc_skb(%d)\n", in xpnet_receive()
201 dev_dbg(xpnet, "copying embedded message. memcpy(0x%p, 0x%p, " in xpnet_receive()
209 dev_dbg(xpnet, "transferring buffer to the skb->data area;\n\t" in xpnet_receive()
220 dev_err(xpnet, "xp_remote_memcpy(0x%p, 0x%p, 0x%hx) " in xpnet_receive()
232 dev_dbg(xpnet, "<skb->head=0x%p skb->data=0x%p skb->tail=0x%p " in xpnet_receive()
240 dev_dbg(xpnet, "passing skb to network layer\n" in xpnet_receive()
278 dev_dbg(xpnet, "%s connected to partition %d\n", in xpnet_connection_activity()
292 dev_dbg(xpnet, "%s disconnected from partition %d\n", in xpnet_connection_activity()
303 dev_dbg(xpnet, "calling xpc_connect(%d, 0x%p, NULL, %ld, %ld, %ld, " in xpnet_dev_open()
314 dev_err(xpnet, "ifconfig up of %s failed on XPC connect, " in xpnet_dev_open()
320 dev_dbg(xpnet, "ifconfig up of %s; XPC connected\n", dev->name); in xpnet_dev_open()
330 dev_dbg(xpnet, "ifconfig down of %s; XPC disconnected\n", dev->name); in xpnet_dev_stop()
349 dev_dbg(xpnet, "message to %d notified with reason %d\n", in xpnet_send_completed()
353 dev_dbg(xpnet, "all acks for skb->head=-x%p\n", in xpnet_send_completed()
373 dev_dbg(xpnet, "calling memcpy(0x%p, 0x%p, 0x%lx)\n", in xpnet_send()
387 dev_dbg(xpnet, "sending XPC message to %d:%d\n" in xpnet_send()
418 dev_dbg(xpnet, ">skb->head=0x%p skb->data=0x%p skb->tail=0x%p " in xpnet_dev_hard_start_xmit()
435 dev_warn(xpnet, "failed to kmalloc %ld bytes; dropping " in xpnet_dev_hard_start_xmit()
521 dev_info(xpnet, "registering network device %s\n", XPNET_DEVICE_NAME); in xpnet_init()
584 dev_info(xpnet, "unregistering network device %s\n", in xpnet_exit()