Lines Matching defs:scc_kiss
29 struct scc_kiss { struct
30 unsigned char txdelay; /* Transmit Delay 10 ms/cnt */
31 unsigned char persist; /* Persistence (0-255) as a % */
32 unsigned char slottime; /* Delay to wait on persistence hit */
33 unsigned char tailtime; /* Delay after last byte written */
34 unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */
35 unsigned char waittime; /* Waittime before any transmit attempt */
36 unsigned int maxkeyup; /* Maximum time to transmit (seconds) */
37 unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */
38 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */
39 unsigned int maxdefer; /* Timer for CSMA channel busy limit */
40 unsigned char tx_inhibit; /* Transmit is not allowed when set */
41 unsigned char group; /* Group ID for AX.25 TX interlocking */
42 unsigned char mode; /* 'normal' or 'hwctrl' mode (unused) */
43 unsigned char softdcd; /* Use DPLL instead of DCD pin for carrier detect */