Lines Matching refs:tx_skbuff
1106 priv->tx_skbuff[i] = NULL; in init_dma_desc_rings()
1158 if (priv->tx_skbuff[i] != NULL) { in dma_free_tx_skbufs()
1159 dev_kfree_skb_any(priv->tx_skbuff[i]); in dma_free_tx_skbufs()
1160 priv->tx_skbuff[i] = NULL; in dma_free_tx_skbufs()
1197 priv->tx_skbuff = kmalloc_array(txsize, sizeof(struct sk_buff *), in alloc_dma_desc_resources()
1199 if (!priv->tx_skbuff) in alloc_dma_desc_resources()
1245 kfree(priv->tx_skbuff); in alloc_dma_desc_resources()
1280 kfree(priv->tx_skbuff); in free_dma_desc_resources()
1328 struct sk_buff *skb = priv->tx_skbuff[entry]; in stmmac_tx_clean()
1379 priv->tx_skbuff[entry] = NULL; in stmmac_tx_clean()
2006 priv->tx_skbuff[entry] = NULL; in stmmac_xmit()
2027 priv->tx_skbuff[entry] = skb; in stmmac_xmit()