Lines Matching defs:scc_kiss
194 struct scc_kiss { struct
195 unsigned char txdelay; /* Transmit Delay 10 ms/cnt */
196 unsigned char persist; /* Persistence (0-255) as a % */
197 unsigned char slottime; /* Delay to wait on persistence hit */
198 unsigned char tailtime; /* Delay after last byte written */
199 unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */
200 unsigned char waittime; /* Waittime before any transmit attempt */
201 unsigned int maxkeyup; /* Maximum time to transmit (seconds) */
202 unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */
203 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */
204 unsigned int maxdefer; /* Timer for CSMA channel busy limit */
205 unsigned char tx_inhibit; /* Transmit is not allowed when set */
206 unsigned char group; /* Group ID for AX.25 TX interlocking */
207 unsigned char mode; /* 'normal' or 'hwctrl' mode (unused) */
208 unsigned char softdcd; /* Use DPLL instead of DCD pin for carrier detect */