Searched refs:tpkt (Results 1 – 4 of 4) sorted by relevance
68 struct sk_buff *tpkt; member241 kfree_skb(ap->tpkt); in ppp_sync_close()579 ap->tpkt = skb; in ppp_sync_send()602 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()604 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()607 if (sent < ap->tpkt->len) { in ppp_sync_push()610 consume_skb(ap->tpkt); in ppp_sync_push()611 ap->tpkt = NULL; in ppp_sync_push()620 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()628 if (ap->tpkt) { in ppp_sync_push()[all …]
59 struct sk_buff *tpkt; member244 kfree_skb(ap->tpkt); in ppp_asynctty_close()544 data = ap->tpkt->data; in ppp_async_encode()545 count = ap->tpkt->len; in ppp_async_encode()616 consume_skb(ap->tpkt); in ppp_async_encode()617 ap->tpkt = NULL; in ppp_async_encode()640 ap->tpkt = skb; in ppp_async_send()683 if (ap->optr >= ap->olim && ap->tpkt) { in ppp_async_push()703 (!tty_stuffed && ap->tpkt))) in ppp_async_push()714 if (ap->tpkt) { in ppp_async_push()[all …]
241 u32 tpkt; /* 0x264 Tx packet counter */ member714 tpkt1 = ioread32be(®s->tpkt); in dtsec_isr()738 tpkt2 = ioread32be(®s->tpkt); in dtsec_isr()
623 u32 tpkt; /* 0x.6e4 - Transmit Packet Counter */ member