Searched defs:mkiss (Results 1 – 1 of 1) sorted by relevance
42 struct mkiss { struct43 struct tty_struct *tty; /* ptr to TTY structure */44 struct net_device *dev; /* easy for intr handling */47 spinlock_t buflock;/* lock for rbuf and xbuf */48 unsigned char *rbuff; /* receiver buffer */49 int rcount; /* received chars counter */50 unsigned char *xbuff; /* transmitter buffer */51 unsigned char *xhead; /* pointer to next byte to XMIT */52 int xleft; /* bytes left in XMIT queue */55 int mtu; /* Our mtu (to spot changes!) */[all …]