Lines Matching refs:tx_skbuff
1114 priv->tx_skbuff[i] = NULL; in init_dma_desc_rings()
1166 if (priv->tx_skbuff[i] != NULL) { in dma_free_tx_skbufs()
1167 dev_kfree_skb_any(priv->tx_skbuff[i]); in dma_free_tx_skbufs()
1168 priv->tx_skbuff[i] = NULL; in dma_free_tx_skbufs()
1205 priv->tx_skbuff = kmalloc_array(txsize, sizeof(struct sk_buff *), in alloc_dma_desc_resources()
1207 if (!priv->tx_skbuff) in alloc_dma_desc_resources()
1253 kfree(priv->tx_skbuff); in alloc_dma_desc_resources()
1288 kfree(priv->tx_skbuff); in free_dma_desc_resources()
1336 struct sk_buff *skb = priv->tx_skbuff[entry]; in stmmac_tx_clean()
1387 priv->tx_skbuff[entry] = NULL; in stmmac_tx_clean()
2014 priv->tx_skbuff[entry] = NULL; in stmmac_xmit()
2035 priv->tx_skbuff[entry] = skb; in stmmac_xmit()