Searched defs:sixpack (Results 1 – 1 of 1) sorted by relevance
85 struct sixpack { struct87 struct tty_struct *tty; /* ptr to TTY structure */88 struct net_device *dev; /* easy for intr handling */91 unsigned char *rbuff; /* receiver buffer */92 int rcount; /* received chars counter */93 unsigned char *xbuff; /* transmitter buffer */94 unsigned char *xhead; /* next byte to XMIT */95 int xleft; /* bytes left in XMIT queue */97 unsigned char raw_buf[4];98 unsigned char cooked_buf[400];[all …]