Searched refs:xpc_interface (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 75 struct xpc_interface xpc_interface = { }; variable 76 EXPORT_SYMBOL_GPL(xpc_interface); variable 90 xpc_interface.connect = connect; in xpc_set_interface() 91 xpc_interface.disconnect = disconnect; in xpc_set_interface() 92 xpc_interface.send = send; in xpc_set_interface() 93 xpc_interface.send_notify = send_notify; in xpc_set_interface() 94 xpc_interface.received = received; in xpc_set_interface() 95 xpc_interface.partid_to_nasids = partid_to_nasids; in xpc_set_interface() 105 memset(&xpc_interface, in xpc_clear_interface() [all...] |
H A D | xp.h | 262 struct xpc_interface { struct 272 extern struct xpc_interface xpc_interface; 291 if (!xpc_interface.send) in xpc_send() 294 return xpc_interface.send(partid, ch_number, flags, payload, in xpc_send() 302 if (!xpc_interface.send_notify) in xpc_send_notify() 305 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify() 312 if (xpc_interface.received) in xpc_received() 313 xpc_interface.received(partid, ch_number, payload); in xpc_received() 319 if (!xpc_interface in xpc_partid_to_nasids() [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 75 struct xpc_interface xpc_interface = { }; variable 76 EXPORT_SYMBOL_GPL(xpc_interface); variable 90 xpc_interface.connect = connect; in xpc_set_interface() 91 xpc_interface.disconnect = disconnect; in xpc_set_interface() 92 xpc_interface.send = send; in xpc_set_interface() 93 xpc_interface.send_notify = send_notify; in xpc_set_interface() 94 xpc_interface.received = received; in xpc_set_interface() 95 xpc_interface.partid_to_nasids = partid_to_nasids; in xpc_set_interface() 105 memset(&xpc_interface, in xpc_clear_interface() [all...] |
H A D | xp.h | 262 struct xpc_interface { struct 272 extern struct xpc_interface xpc_interface; 291 if (!xpc_interface.send) in xpc_send() 294 return xpc_interface.send(partid, ch_number, flags, payload, in xpc_send() 302 if (!xpc_interface.send_notify) in xpc_send_notify() 305 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify() 312 if (xpc_interface.received) in xpc_received() 313 xpc_interface.received(partid, ch_number, payload); in xpc_received() 319 if (!xpc_interface in xpc_partid_to_nasids() [all...] |
Completed in 3 milliseconds