Searched defs:dcmstats (Results 1 – 1 of 1) sorted by relevance
182 struct dcmstats { struct183 long xints; /* # of xmit ints */184 long xchars; /* # of xmit chars */185 long xempty; /* times outq is empty in dcmstart */186 long xrestarts; /* times completed while xmitting */187 long rints; /* # of recv ints */188 long rchars; /* # of recv chars */189 long xsilo[DCMXBSIZE+2]; /* times this many chars xmit on one int */190 long rsilo[DCMRBSIZE+2]; /* times this many chars read on one int */