Searched refs:tx_buf_p (Results 1 – 1 of 1) sorted by relevance
77 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ member452 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 …]