Lines Matching defs:fstioc_info
94 struct fstioc_info { struct
95 unsigned int valid; /* Bits of structure that are valid */
96 unsigned int nports; /* Number of serial ports */
97 unsigned int type; /* Type index of card */
98 unsigned int state; /* State of card */
99 unsigned int index; /* Index of port ioctl was issued on */
100 unsigned int smcFirmwareVersion;
101 unsigned long kernelVersion; /* What Kernel version we are working with */
102 unsigned short lineInterface; /* Physical interface type */
103 unsigned char proto; /* Line protocol */
104 unsigned char internalClock; /* 1 => internal clock, 0 => external */
105 unsigned int lineSpeed; /* Speed in bps */
106 unsigned int v24IpSts; /* V.24 control input status */
107 unsigned int v24OpSts; /* V.24 control output status */
108 unsigned short clockStatus; /* lsb: 0=> present, 1=> absent */
109 unsigned short cableStatus; /* lsb: 0=> present, 1=> absent */
110 unsigned short cardMode; /* lsb: LED id mode */
111 unsigned short debug; /* Debug flags */
112 unsigned char transparentMode; /* Not used always 0 */
113 unsigned char invertClock; /* Invert clock feature for syncing */
114 unsigned char startingSlot; /* Time slot to use for start of tx */
115 unsigned char clockSource; /* External or internal */
116 unsigned char framing; /* E1, T1 or J1 */
117 unsigned char structure; /* unframed, double, crc4, f4, f12, */
119 unsigned char interface; /* rj48c or bnc */
120 unsigned char coding; /* hdb3 b8zs */
121 unsigned char lineBuildOut; /* 0, -7.5, -15, -22 */
122 unsigned char equalizer; /* short or lon haul settings */
123 unsigned char loopMode; /* various loopbacks */
124 unsigned char range; /* cable lengths */
125 unsigned char txBufferMode; /* tx elastic buffer depth */
126 unsigned char rxBufferMode; /* rx elastic buffer depth */
127 unsigned char losThreshold; /* Attenuation on LOS signal */
128 unsigned char idleCode; /* Value to send as idle timeslot */
129 unsigned int receiveBufferDelay; /* delay thro rx buffer timeslots */
130 unsigned int framingErrorCount; /* framing errors */
131 unsigned int codeViolationCount; /* code violations */
132 unsigned int crcErrorCount; /* CRC errors */
133 int lineAttenuation; /* in dB*/
134 unsigned short lossOfSignal;
135 unsigned short receiveRemoteAlarm;
136 unsigned short alarmIndicationSignal;