Home
last modified time | relevance | path

Searched defs:scc_kiss (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dscc.h29 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) */
[all …]