patch-2.4.19 linux-2.4.19/include/asm-ia64/sn/sn1/hubstat.h
Next file: linux-2.4.19/include/asm-ia64/sn/sn1/hubxb.h
Previous file: linux-2.4.19/include/asm-ia64/sn/sn1/hubspc.h
Back to the patch index
Back to the overall index
- Lines: 57
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-ia64/sn/sn1/hubstat.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.18/include/asm-ia64/sn/sn1/hubstat.h linux-2.4.19/include/asm-ia64/sn/sn1/hubstat.h
@@ -0,0 +1,56 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 2000 - 2001 Silicon Graphics, Inc. All rights reserved.
+ */
+
+#ifndef _ASM_IA64_SN_SN1_HUBSTAT_H
+#define _ASM_IA64_SN_SN1_HUBSTAT_H
+
+typedef int64_t hub_count_t;
+
+#define HUBSTAT_VERSION 1
+
+typedef struct hubstat_s {
+ char hs_version; /* structure version */
+ cnodeid_t hs_cnode; /* cnode of this hub */
+ nasid_t hs_nasid; /* Nasid of same */
+ int64_t hs_timebase; /* Time of first sample */
+ int64_t hs_timestamp; /* Time of last sample */
+ int64_t hs_per_minute; /* Ticks per minute */
+
+ union {
+ hubreg_t hs_niu_stat_rev_id; /* SN0: Status rev ID */
+ hubreg_t hs_niu_port_status; /* SN1: Port status */
+ } hs_niu;
+
+ hub_count_t hs_ni_retry_errors; /* Total retry errors */
+ hub_count_t hs_ni_sn_errors; /* Total sn errors */
+ hub_count_t hs_ni_cb_errors; /* Total cb errors */
+ int hs_ni_overflows; /* NI count overflows */
+ hub_count_t hs_ii_sn_errors; /* Total sn errors */
+ hub_count_t hs_ii_cb_errors; /* Total cb errors */
+ int hs_ii_overflows; /* II count overflows */
+
+ /*
+ * Anything below this comment is intended for kernel internal-use
+ * only and may be changed at any time.
+ *
+ * Any members that contain pointers or are conditionally compiled
+ * need to be below here also.
+ */
+ int64_t hs_last_print; /* When we last printed */
+ char hs_print; /* Should we print */
+
+ char *hs_name; /* This hub's name */
+ unsigned char hs_maint; /* Should we print to availmon */
+} hubstat_t;
+
+#define hs_ni_stat_rev_id hs_niu.hs_niu_stat_rev_id
+#define hs_ni_port_status hs_niu.hs_niu_port_status
+
+extern struct file_operations hub_mon_fops;
+
+#endif /* _ASM_IA64_SN_SN1_HUBSTAT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)