Home
last modified time | relevance | path

Searched defs:sixpack (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/hamradio/
D6pack.c83 struct sixpack { struct
85 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 …]