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