Lines Matching defs:ap
135 struct asyncppp *ap; in ap_get() local
145 static void ap_put(struct asyncppp *ap) in ap_put()
158 struct asyncppp *ap; in ppp_asynctty_open() local
218 struct asyncppp *ap; in ppp_asynctty_close() local
286 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_ioctl() local
336 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_receive() local
353 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_wakeup() local
396 struct asyncppp *ap = chan->private; in ppp_async_ioctl() local
488 struct asyncppp *ap = from_tasklet(ap, t, tsk); in ppp_async_process() local
515 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
524 ppp_async_encode(struct asyncppp *ap) in ppp_async_encode()
625 struct asyncppp *ap = chan->private; in ppp_async_send() local
642 ppp_async_push(struct asyncppp *ap) in ppp_async_push()
722 ppp_async_flush_output(struct asyncppp *ap) in ppp_async_flush_output()
745 scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count) in scan_ordinary()
760 process_input_packet(struct asyncppp *ap) in process_input_packet()
826 ppp_async_input(struct asyncppp *ap, const u8 *buf, const u8 *flags, int count) in ppp_async_input()
944 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data, in async_lcp_peek()