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