Searched defs:asyncppp (Results 1 – 1 of 1) sorted by relevance
45 struct asyncppp { struct46 struct tty_struct *tty;47 unsigned int flags;48 unsigned int state;49 unsigned int rbits;50 int mru;51 spinlock_t xmit_lock;52 spinlock_t recv_lock;53 unsigned long xmit_flags;54 u32 xaccm[8];[all …]