Searched refs:tpkt (Results 1 – 5 of 5) sorted by relevance
65 struct sk_buff *tpkt; member284 if (ap->tpkt) in ppp_sync_close()285 kfree_skb(ap->tpkt); in ppp_sync_close()626 ap->tpkt = skb; in ppp_sync_send()649 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()651 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()654 if (sent < ap->tpkt->len) { in ppp_sync_push()657 kfree_skb(ap->tpkt); in ppp_sync_push()658 ap->tpkt = NULL; in ppp_sync_push()667 || (!tty_stuffed && ap->tpkt))) in ppp_sync_push()[all …]
56 struct sk_buff *tpkt; member239 if (ap->tpkt) in ppp_asynctty_close()240 kfree_skb(ap->tpkt); in ppp_asynctty_close()543 data = ap->tpkt->data; in ppp_async_encode()544 count = ap->tpkt->len; in ppp_async_encode()615 kfree_skb(ap->tpkt); in ppp_async_encode()616 ap->tpkt = NULL; in ppp_async_encode()639 ap->tpkt = skb; in ppp_async_send()682 if (ap->optr >= ap->olim && ap->tpkt) { in ppp_async_push()702 || (!tty_stuffed && ap->tpkt))) in ppp_async_push()[all …]
447 u32 tpkt; /* 0x.6e4 - Transmit Packet Counter */ member
2071 u32 tpkt:1; // bit 12 member2097 u32 tpkt:1; // bit 12
528 Carry2M.bits.tpkt = 1; in ConfigMacStatRegs()