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