41 typedef unsigned int uint ;
42 typedef unsigned short ushort ;
43 typedef unsigned char uchar ;
46 typedef unsigned char UINT8;
47 typedef unsigned short UINT16;
48 typedef unsigned int UINT32;
49 typedef unsigned long long int UINT64;
52 typedef unsigned long long int UINTPTR;
54 typedef unsigned int UINTPTR;
61 #define IC_MSG_LEN 120
72 #define L3_GL3_COMPRESSED 3
73 #define L3_GL3_SL3_COMPRESSED 4
77 #define MEZZANINE_DEFINES 0
79 #define RAW_COMPRESSED 2
80 #define ZERO_SUPPRESSED 3
81 #define ZERO_SUPPRESSED_COMPRESSED 4
85 #define SB_TOKEN_UNKNOWN 0
86 #define SB_CLUSTER_FINDER_STARTED 1
87 #define SB_CLUSTER_FINDER_DONE 2
88 #define SB_L3_SUMMARY_REPORTED 3
89 #define SB_FORMATTING_STARTED 4
90 #define SB_FORMATTING_DONE 5
91 #define SB_EVENT_CANCELLED_BY_TRG 6
95 #define EVB_TOKEN_UNKNOWN 0
96 #define EVB_FORMATTING 1
97 #define EVB_BUILDING 2
99 #define EVB_NET_FEED 4
100 #define EVB_EVENT_CANCELLED_BY_TRG 5
104 #define GL3_TOKEN_UNKNOWN 0
105 #define GL3_WAITING_SB_ANNOUNCE 1
106 #define GL3_BUILDING_SL3 2
107 #define GL3_PROCESSING 3
109 #define GL3_PASSED_TO_EVB 5
110 #define GL3_EVENT_CANCELLED_BY_TRG 6
115 #define ZERO_DOMAIN 0
116 #define ETHERNET_DOMAIN 1
118 #define MYRI_DOMAIN 3
120 #define LOCAL_DOMAIN 4
121 #define EVB_LOCAL_DOMAIN 4
123 #define SB_LOCAL_DOMAIN 5
124 #define MZ_LOCAL_DOMAIN 6
125 #define SECTOR_DOMAIN 7
126 #define SCI_SL3_SB_DOMAIN 8
127 #define SCI_ICCP_DOMAIN 9
129 #define ETHDOOR_DOMAIN 10
132 #define SCI_TRANSPORT 0xF
133 #define LOCAL_TRANSPORT 0
325 uint bxm ; uint bxl ;
326 ushort trg_cmd ; ushort trg_word ;
327 ushort res ;
unsigned trg_type :4 ;
unsigned trg_token :12 ;
350 uint size_L3_header ;
352 uint size_L3_data[11] ;
396 struct ic_sb_announce_sl3{ uint size_of_header ; uint size_of_clusters ; uint size_of_tracks ; uint size_of_debug ; } ;
402 struct ic_rcv_stat{ uchar res ; uchar mz_A ;uchar mz_B ;uchar mz_C ;};
561 int TknMgrEventNumber;
572 #if !(defined(NOT_DAQ) || defined(alpha))
684 #include "iccpHeader.h"
694 #include "rtsSystems.h"