Searched refs:XPC_NET_CHANNEL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/misc/sgi-xp/ |
D | xpnet.c | 262 DBUG_ON(channel != XPC_NET_CHANNEL); in xpnet_connection_activity() 304 "%ld)\n", XPC_NET_CHANNEL, xpnet_connection_activity, in xpnet_dev_open() 310 ret = xpc_connect(XPC_NET_CHANNEL, xpnet_connection_activity, NULL, in xpnet_dev_open() 328 xpc_disconnect(XPC_NET_CHANNEL); in xpnet_dev_stop() 390 dest_partid, XPC_NET_CHANNEL, msg->buf_pa, msg->size, in xpnet_send() 395 ret = xpc_send_notify(dest_partid, XPC_NET_CHANNEL, XPC_NOWAIT, msg, in xpnet_send()
|
D | xp.h | 63 #define XPC_NET_CHANNEL 1 /* network channel number */ macro
|