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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c74 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ member in struct:net_local
458 if( nl->tx_buf_p || (nl->state & FL_LINE_DOWN) ) {
690 struct sk_buff *skb = nl->tx_buf_p;
765 nl->master->stats.tx_bytes += nl->tx_buf_p->len;
768 dev->stats.tx_bytes += nl->tx_buf_p->len;
770 dev_kfree_skb_irq( nl->tx_buf_p );
772 nl->tx_buf_p = NULL;
794 nl->tx_buf_p->len - nl->outpos);
852 /* nl->tx_buf_p == NULL here! */
853 if( nl->tx_buf_p )
[all...]

Completed in 45 milliseconds