Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/hamradio/
Dmkiss.c52 struct mkiss { struct
53 struct tty_struct *tty; /* ptr to TTY structure */
54 struct net_device *dev; /* easy for intr handling */
57 spinlock_t buflock;/* lock for rbuf and xbuf */
58 unsigned char *rbuff; /* receiver buffer */
59 int rcount; /* received chars counter */
60 unsigned char *xbuff; /* transmitter buffer */
61 unsigned char *xhead; /* pointer to next byte to XMIT */
62 int xleft; /* bytes left in XMIT queue */
65 int mtu; /* Our mtu (to spot changes!) */
[all …]