Searched refs:xpnet (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpnet.c | 141 struct device *xpnet = &xpnet_dbg_subname; variable 163 dev_dbg(xpnet, "received 0x%lx, %d, %d, %d\n", msg->buf_pa, msg->size, in xpnet_receive() 169 dev_err(xpnet, "failed on dev_alloc_skb(%d)\n", in xpnet_receive() 199 dev_dbg(xpnet, "copying embedded message. memcpy(0x%p, 0x%p, " in xpnet_receive() 207 dev_dbg(xpnet, "transferring buffer to the skb->data area;\n\t" in xpnet_receive() 218 dev_err(xpnet, "xp_remote_memcpy(0x%p, 0x%p, 0x%hx) " in xpnet_receive() 230 dev_dbg(xpnet, "<skb->head=0x%p skb->data=0x%p skb->tail=0x%p " in xpnet_receive() 238 dev_dbg(xpnet, "passing skb to network layer\n" in xpnet_receive() 276 dev_dbg(xpnet, "%s connected to partition %d\n", in xpnet_connection_activity() 290 dev_dbg(xpnet, "%s disconnected from partition %d\n", in xpnet_connection_activity() [all …]
|
D | Makefile | 19 obj-$(CONFIG_SGI_XP) += xpnet.o
|