Searched refs:xpnet (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpnet.c | 144 static struct device *xpnet = &xpnet_dbg_subname; variable 172 dev_err(xpnet, "failed on dev_alloc_skb(%d)\n", in xpnet_receive() 221 dev_err(xpnet, "xp_remote_memcpy(0x%p, 0x%p, 0x%x) " in xpnet_receive() 241 dev_dbg(xpnet, "passing skb to network layer\n" in xpnet_receive() 279 dev_dbg(xpnet, "%s connected to partition %d\n", in xpnet_connection_activity() 293 dev_dbg(xpnet, "%s disconnected from partition %d\n", in xpnet_connection_activity() 350 dev_dbg(xpnet, "message to %d notified with reason %d\n", in xpnet_send_completed() 354 dev_dbg(xpnet, "all acks for skb->head=-x%p\n", in xpnet_send_completed() 374 dev_dbg(xpnet, "calling memcpy(0x%p, 0x%p, 0x%lx)\n", in xpnet_send() 388 dev_dbg(xpnet, "sending XPC message to %d:%d\n" in xpnet_send() [all …]
|
H A D | Makefile | 13 obj-$(CONFIG_SGI_XP) += xpnet.o
|