Lines Matching defs:fstioc_info

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