Home | History | Annotate | Download | only in include

Lines Matching refs:uint

38 	uint cmd;	/* common ioctl definition */
40 uint len; /* length of user buffer */
42 uint used; /* bytes read or written (optional) */
43 uint needed; /* bytes needed (optional) */
44 uint driver; /* to identify target driver */
92 uint version; /* To allow structure change tracking */
93 uint freq; /* Max ticks between tx/rx attempts */
94 uint count; /* Test packets to send/rcv each attempt */
95 uint print; /* Print counts every <print> attempts */
96 uint total; /* Total packets (or bursts) */
97 uint minlen; /* Minimum length of packets to send */
98 uint maxlen; /* Maximum length of packets to send */
99 uint numsent; /* Count of test packets sent */
100 uint numrcvd; /* Count of test packets received */
101 uint numfail; /* Count of test send failures */
102 uint mode; /* Test mode (type of test packets) */
103 uint stop; /* Stop after this many tx failures */