Home
last modified time | relevance | path

Searched refs:partid (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c217 short partid; in xpc_check_remote_hb() local
220 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_check_remote_hb()
225 if (partid == xp_partition_id) in xpc_check_remote_hb()
228 part = &xpc_partitions[partid]; in xpc_check_remote_hb()
395 short partid = XPC_PARTID(part); in xpc_setup_ch_structures() local
436 ch->partid = partid; in xpc_setup_ch_structures()
523 short partid in xpc_activating() local
576 short partid = XPC_PARTID(part); xpc_activate_partition() local
673 short partid = XPC_UNPACK_ARG1(args); xpc_kthread_start() local
840 short partid; xpc_disconnect_wait() local
889 short partid; xpc_setup_partitions() local
939 short partid; xpc_do_exit() local
1079 short partid; xpc_die_deactivate() local
[all...]
H A Dxpc_channel.c71 ch->number, ch->partid); in xpc_process_connect()
82 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_process_disconnect()
103 if (xpc_arch_ops.partition_engaged(ch->partid)) in xpc_process_disconnect()
161 "reason=%d\n", ch->number, ch->partid, ch->reason); in xpc_process_disconnect()
212 ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
286 "%d, channel=%d\n", ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
321 ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
374 args->remote_nentries, ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
412 ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
421 ch->partid, ch->number); in xpc_process_openclose_chctl_flags()
[all …]
H A Dxp.h204 typedef void (*xpc_channel_func) (enum xp_retval reason, short partid,
229 typedef void (*xpc_notify_func) (enum xp_retval reason, short partid,
288 xpc_send(short partid, int ch_number, u32 flags, void *payload, in xpc_send() argument
294 return xpc_interface.send(partid, ch_number, flags, payload, in xpc_send()
299 xpc_send_notify(short partid, int ch_number, u32 flags, void *payload, in xpc_send_notify() argument
305 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify()
310 xpc_received(short partid, int ch_number, void *payload) in xpc_received() argument
313 xpc_interface.received(partid, ch_number, payload); in xpc_received()
317 xpc_partid_to_nasids(short partid, void *nasids) in xpc_partid_to_nasids() argument
322 return xpc_interface.partid_to_nasids(partid, nasids); in xpc_partid_to_nasids()
H A Dxpc_uv.c53 short partid; in xpc_setup_partitions_uv() local
56 for (partid = 0; partid < XP_MAX_NPARTITIONS_UV; partid++) { in xpc_setup_partitions_uv()
57 part_uv = &xpc_partitions[partid].sn.uv; in xpc_setup_partitions_uv()
69 short partid; in xpc_teardown_partitions_uv() local
73 for (partid = 0; partid < XP_MAX_NPARTITIONS_UV; partid++) { in xpc_teardown_partitions_uv()
74 part_uv = &xpc_partitions[partid].sn.uv; in xpc_teardown_partitions_uv()
304 short partid; in xpc_process_activate_IRQ_rcvd_uv() local
311 for (partid = 0; partid < XP_MAX_NPARTITIONS_UV; partid++) { in xpc_process_activate_IRQ_rcvd_uv()
312 part = &xpc_partitions[partid]; in xpc_process_activate_IRQ_rcvd_uv()
555 short partid; in xpc_handle_activate_IRQ_uv() local
[all …]
H A Dxpnet.c150 xpnet_receive(short partid, int channel, struct xpnet_message *msg) in xpnet_receive() argument
160 xpc_received(partid, channel, (void *)msg); in xpnet_receive()
175 xpc_received(partid, channel, (void *)msg); in xpnet_receive()
225 xpc_received(partid, channel, (void *)msg); in xpnet_receive()
251 xpc_received(partid, channel, (void *)msg); in xpnet_receive()
259 xpnet_connection_activity(enum xp_retval reason, short partid, int channel, in xpnet_connection_activity() argument
262 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()
269 xpnet_receive(partid, channel, (struct xpnet_message *)data); in xpnet_connection_activity()
274 __set_bit(partid, xpnet_broadcast_partitions); in xpnet_connection_activity()
280 xpnet_device->name, partid); in xpnet_connection_activity()
[all …]
H A Dxpc_partition.c268 short partid = XPC_PARTID(part); in __xpc_partition_disengaged() local
271 disengaged = !xpc_arch_ops.partition_engaged(partid); in __xpc_partition_disengaged()
285 "partition %d timed out\n", partid); in __xpc_partition_disengaged()
287 xpc_arch_ops.assume_partition_disengaged(partid); in __xpc_partition_disengaged()
530 xpc_initiate_partid_to_nasids(short partid, void *nasid_mask) in xpc_initiate_partid_to_nasids() argument
535 part = &xpc_partitions[partid]; in xpc_initiate_partid_to_nasids()
H A Dxpc.h142 short partid; /* sender's partid */ member
270 short partid; /* FOR XPC INTERNAL USE ONLY */ member
321 short partid; /* ID of remote partition connected */ member
688 xpc_wakeup_channel_mgr(&xpc_partitions[ch->partid]); in xpc_msgqueue_deref()
/linux/arch/x86/platform/uv/
H A Dbios_uv.c81 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument
96 if (partid) in uv_bios_get_sn_info()
97 *partid = part.partition_id; in uv_bios_get_sn_info()