Lines Matching refs:tx_bufs
365 txb = &priv->tx_bufs[priv->tx_queue]; in __nb8800_tx_dma_start()
433 txb = &priv->tx_bufs[next]; in nb8800_xmit()
451 desc->n_addr = priv->tx_bufs[next].dma_desc; in nb8800_xmit()
506 struct nb8800_tx_buf *txb = &priv->tx_bufs[done]; in nb8800_tx_done()
769 if (priv->tx_bufs) { in nb8800_dma_free()
771 kfree_skb(priv->tx_bufs[i].skb); in nb8800_dma_free()
773 kfree(priv->tx_bufs); in nb8800_dma_free()
774 priv->tx_bufs = NULL; in nb8800_dma_free()
814 struct nb8800_tx_buf *txb = &priv->tx_bufs[i]; in nb8800_dma_reset()
862 priv->tx_bufs = kcalloc(n_tx, sizeof(*priv->tx_bufs), GFP_KERNEL); in nb8800_dma_init()
863 if (!priv->tx_bufs) in nb8800_dma_init()
867 priv->tx_bufs[i].dma_desc = in nb8800_dma_init()
883 struct nb8800_tx_buf *txb = &priv->tx_bufs[0]; in nb8800_dma_stop()