Searched refs:XPC_NET_CHANNEL (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/misc/sgi-xp/ |
D | xpnet.c | 263 DBUG_ON(channel != XPC_NET_CHANNEL); in xpnet_connection_activity() 305 "%ld)\n", XPC_NET_CHANNEL, xpnet_connection_activity, in xpnet_dev_open() 311 ret = xpc_connect(XPC_NET_CHANNEL, xpnet_connection_activity, NULL, in xpnet_dev_open() 329 xpc_disconnect(XPC_NET_CHANNEL); in xpnet_dev_stop() 391 dest_partid, XPC_NET_CHANNEL, msg->buf_pa, msg->size, in xpnet_send() 396 ret = xpc_send_notify(dest_partid, XPC_NET_CHANNEL, XPC_NOWAIT, msg, in xpnet_send()
|
D | xp.h | 59 #define XPC_NET_CHANNEL 1 /* network channel number */ macro
|