Searched refs:tpkt (Results 1 – 4 of 4) sorted by relevance
65 struct sk_buff *tpkt; member238 kfree_skb(ap->tpkt); in ppp_sync_close()581 ap->tpkt = skb; in ppp_sync_send()604 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()606 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()609 if (sent < ap->tpkt->len) { in ppp_sync_push()612 consume_skb(ap->tpkt); in ppp_sync_push()613 ap->tpkt = NULL; in ppp_sync_push()622 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()630 if (ap->tpkt) { in ppp_sync_push()[all …]
55 struct sk_buff *tpkt; member240 kfree_skb(ap->tpkt); in ppp_asynctty_close()545 data = ap->tpkt->data; in ppp_async_encode()546 count = ap->tpkt->len; in ppp_async_encode()617 consume_skb(ap->tpkt); in ppp_async_encode()618 ap->tpkt = NULL; in ppp_async_encode()641 ap->tpkt = skb; in ppp_async_send()684 if (ap->optr >= ap->olim && ap->tpkt) { in ppp_async_push()704 (!tty_stuffed && ap->tpkt))) in ppp_async_push()715 if (ap->tpkt) { in ppp_async_push()[all …]
243 u32 tpkt; /* 0x264 Tx packet counter */ member717 tpkt1 = ioread32be(®s->tpkt); in dtsec_isr()741 tpkt2 = ioread32be(®s->tpkt); in dtsec_isr()
587 u32 tpkt; /* 0x.6e4 - Transmit Packet Counter */ member