Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
Dsbni.c78 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ member
454 if( nl->tx_buf_p || (nl->state & FL_LINE_DOWN) ) { in sbni_start_xmit()
689 struct sk_buff *skb = nl->tx_buf_p; in download_data()
768 nl->master->stats.tx_bytes += nl->tx_buf_p->len; in send_complete()
771 dev->stats.tx_bytes += nl->tx_buf_p->len; in send_complete()
773 dev_consume_skb_irq(nl->tx_buf_p); in send_complete()
775 nl->tx_buf_p = NULL; in send_complete()
797 nl->tx_buf_p->len - nl->outpos); in interpret_ack()
857 if( nl->tx_buf_p ) in prepare_to_send()
867 nl->tx_buf_p = skb; in prepare_to_send()
[all …]