Lines Matching refs:tx_buf_p
78 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()
885 if( nl->tx_buf_p ) { in drop_xmit_queue()
886 dev_kfree_skb_any( nl->tx_buf_p ); in drop_xmit_queue()
887 nl->tx_buf_p = NULL; in drop_xmit_queue()