• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/

Lines Matching refs:xpc_channel

542 struct xpc_channel {
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 *);
823 void (*teardown_msg_structures) (struct xpc_channel *);
831 int (*n_of_deliverable_payloads) (struct xpc_channel *);
832 enum xp_retval (*send_payload) (struct xpc_channel *, u32, void *,
834 void *(*get_deliverable_payload) (struct xpc_channel *);
835 void (*received_payload) (struct xpc_channel *, void *);
836 void (*notify_senders_of_disconnect) (struct xpc_channel *);
887 extern void xpc_activate_kthreads(struct xpc_channel *, int);
888 extern void xpc_create_kthreads(struct xpc_channel *, int, int);
920 /* found in xpc_channel.c */
923 extern enum xp_retval xpc_allocate_msg_wait(struct xpc_channel *);
929 extern void xpc_connected_callout(struct xpc_channel *);
930 extern void xpc_deliver_payload(struct xpc_channel *);
931 extern void xpc_disconnect_channel(const int, struct xpc_channel *,
933 extern void xpc_disconnect_callout(struct xpc_channel *, enum xp_retval);
948 xpc_msgqueue_ref(struct xpc_channel *ch)
954 xpc_msgqueue_deref(struct xpc_channel *ch)
995 * reason_line fields in both the struct xpc_channel and struct xpc_partition