Home
last modified time | relevance | path

Searched refs:tx_buf_p (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wan/
Dsbni.c77 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ member
452 if( nl->tx_buf_p || (nl->state & FL_LINE_DOWN) ) { in sbni_start_xmit()
684 struct sk_buff *skb = nl->tx_buf_p; in download_data()
759 nl->master->stats.tx_bytes += nl->tx_buf_p->len; in send_complete()
762 dev->stats.tx_bytes += nl->tx_buf_p->len; in send_complete()
764 dev_kfree_skb_irq( nl->tx_buf_p ); in send_complete()
766 nl->tx_buf_p = NULL; in send_complete()
788 nl->tx_buf_p->len - nl->outpos); in interpret_ack()
847 if( nl->tx_buf_p ) in prepare_to_send()
857 nl->tx_buf_p = skb; in prepare_to_send()
[all …]