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