Searched defs:mkiss (Results 1 – 1 of 1) sorted by relevance
52 struct mkiss { struct53 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 …]