Lines Matching defs:ap
134 struct asyncppp *ap; in ap_get() local
144 static void ap_put(struct asyncppp *ap) in ap_put()
157 struct asyncppp *ap; in ppp_asynctty_open() local
217 struct asyncppp *ap; in ppp_asynctty_close() local
286 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_ioctl() local
343 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_receive() local
360 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_wakeup() local
404 struct asyncppp *ap = chan->private; in ppp_async_ioctl() local
492 struct asyncppp *ap = from_tasklet(ap, t, tsk); in ppp_async_process() local
519 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
528 ppp_async_encode(struct asyncppp *ap) in ppp_async_encode()
629 struct asyncppp *ap = chan->private; in ppp_async_send() local
646 ppp_async_push(struct asyncppp *ap) in ppp_async_push()
726 ppp_async_flush_output(struct asyncppp *ap) in ppp_async_flush_output()
749 scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count) in scan_ordinary()
764 process_input_packet(struct asyncppp *ap) in process_input_packet()
830 ppp_async_input(struct asyncppp *ap, const unsigned char *buf, in ppp_async_input()
949 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data, in async_lcp_peek()