Lines Matching refs:new_skb
999 struct sk_buff *new_skb; in dwceqos_alloc_rxring_desc() local
1002 new_skb = netdev_alloc_skb(lp->ndev, DWCEQOS_RX_BUF_SIZE); in dwceqos_alloc_rxring_desc()
1003 if (!new_skb) { in dwceqos_alloc_rxring_desc()
1009 new_skb->data, DWCEQOS_RX_BUF_SIZE, in dwceqos_alloc_rxring_desc()
1013 dev_kfree_skb(new_skb); in dwceqos_alloc_rxring_desc()
1014 new_skb = NULL; in dwceqos_alloc_rxring_desc()
1029 lp->rx_skb[index].skb = new_skb; in dwceqos_alloc_rxring_desc()
1718 struct sk_buff *new_skb; in dwceqos_rx() local
1725 new_skb = netdev_alloc_skb(lp->ndev, DWCEQOS_RX_BUF_SIZE); in dwceqos_rx()
1726 if (!new_skb) { in dwceqos_rx()
1733 new_skb->data, in dwceqos_rx()
1738 dev_kfree_skb(new_skb); in dwceqos_rx()
1796 lp->rx_skb[lp->rx_cur].skb = new_skb; in dwceqos_rx()