Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/hamradio/
D6pack.c86 struct sixpack { struct
88 struct tty_struct *tty; /* ptr to TTY structure */
89 struct net_device *dev; /* easy for intr handling */
92 unsigned char *rbuff; /* receiver buffer */
93 int rcount; /* received chars counter */
94 unsigned char *xbuff; /* transmitter buffer */
95 unsigned char *xhead; /* next byte to XMIT */
96 int xleft; /* bytes left in XMIT queue */
98 unsigned char raw_buf[4];
99 unsigned char cooked_buf[400];
[all …]