Searched refs:xpc_channel (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc.h542 struct xpc_channel { struct
588 /* struct xpc_channel flags */
760 struct xpc_channel *channels; /* array of channel structures */
812 void (*send_chctl_closerequest) (struct xpc_channel *, unsigned long *);
813 void (*send_chctl_closereply) (struct xpc_channel *, unsigned long *);
814 void (*send_chctl_openrequest) (struct xpc_channel *, unsigned long *);
815 void (*send_chctl_openreply) (struct xpc_channel *, unsigned long *);
816 void (*send_chctl_opencomplete) (struct xpc_channel *, unsigned long *);
819 enum xp_retval (*save_remote_msgqueue_pa) (struct xpc_channel *,
822 enum xp_retval (*setup_msg_structures) (struct xpc_channel *);
[all...]
H A DMakefile13 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
H A Dxpc_sn2.c345 xpc_send_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag,
381 xpc_send_local_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag,
398 xpc_send_chctl_closerequest_sn2(struct xpc_channel *ch,
408 xpc_send_chctl_closereply_sn2(struct xpc_channel *ch, unsigned long *irq_flags)
414 xpc_send_chctl_openrequest_sn2(struct xpc_channel *ch, unsigned long *irq_flags)
424 xpc_send_chctl_openreply_sn2(struct xpc_channel *ch, unsigned long *irq_flags)
435 xpc_send_chctl_opencomplete_sn2(struct xpc_channel *ch,
442 xpc_send_chctl_msgrequest_sn2(struct xpc_channel *ch)
448 xpc_send_chctl_local_msgrequest_sn2(struct xpc_channel *ch)
454 xpc_save_remote_msgqueue_pa_sn2(struct xpc_channel *c
[all...]
H A Dxpc_channel.c27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags)
80 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags)
189 struct xpc_channel *ch = &part->channels[ch_number];
465 xpc_connect_channel(struct xpc_channel *ch)
550 struct xpc_channel *ch;
621 struct xpc_channel *ch;
659 struct xpc_channel *ch;
680 xpc_connected_callout(struct xpc_channel *ch)
715 struct xpc_channel *ch;
756 xpc_disconnect_channel(const int line, struct xpc_channel *c
[all...]
H A Dxpc_uv.c737 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags,
1080 xpc_allocate_send_msg_slot_uv(struct xpc_channel *ch)
1114 xpc_allocate_recv_msg_slot_uv(struct xpc_channel *ch)
1150 xpc_setup_msg_structures_uv(struct xpc_channel *ch)
1180 xpc_teardown_msg_structures_uv(struct xpc_channel *ch)
1198 xpc_send_chctl_closerequest_uv(struct xpc_channel *ch, unsigned long *irq_flags)
1209 xpc_send_chctl_closereply_uv(struct xpc_channel *ch, unsigned long *irq_flags)
1219 xpc_send_chctl_openrequest_uv(struct xpc_channel *ch, unsigned long *irq_flags)
1231 xpc_send_chctl_openreply_uv(struct xpc_channel *ch, unsigned long *irq_flags)
1244 xpc_send_chctl_opencomplete_uv(struct xpc_channel *c
[all...]
H A Dxpc_main.c153 static void xpc_kthread_waitmsgs(struct xpc_partition *, struct xpc_channel *);
408 struct xpc_channel *ch;
416 part->channels = kzalloc(sizeof(struct xpc_channel) * XPC_MAX_NCHANNELS,
613 xpc_activate_kthreads(struct xpc_channel *ch, int needed)
651 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch)
653 int (*n_of_deliverable_payloads) (struct xpc_channel *) =
689 struct xpc_channel *ch;
692 int (*n_of_deliverable_payloads) (struct xpc_channel *) =
775 xpc_create_kthreads(struct xpc_channel *ch, int needed,
855 struct xpc_channel *c
[all...]

Completed in 102 milliseconds