Lines Matching refs:tx_bufs
354 txb = &priv->tx_bufs[priv->tx_queue]; in __nb8800_tx_dma_start()
424 txb = &priv->tx_bufs[next]; in nb8800_xmit()
442 desc->n_addr = priv->tx_bufs[next].dma_desc; in nb8800_xmit()
497 struct nb8800_tx_buf *txb = &priv->tx_bufs[done]; in nb8800_tx_done()
760 if (priv->tx_bufs) { in nb8800_dma_free()
762 kfree_skb(priv->tx_bufs[i].skb); in nb8800_dma_free()
764 kfree(priv->tx_bufs); in nb8800_dma_free()
765 priv->tx_bufs = NULL; in nb8800_dma_free()
805 struct nb8800_tx_buf *txb = &priv->tx_bufs[i]; in nb8800_dma_reset()
853 priv->tx_bufs = kcalloc(n_tx, sizeof(*priv->tx_bufs), GFP_KERNEL); in nb8800_dma_init()
854 if (!priv->tx_bufs) in nb8800_dma_init()
858 priv->tx_bufs[i].dma_desc = in nb8800_dma_init()
874 struct nb8800_tx_buf *txb = &priv->tx_bufs[0]; in nb8800_dma_stop()