Searched refs:new_skb_list (Results 1 – 1 of 1) sorted by relevance
483 struct sk_buff **new_skb_list; in pcnet32_realloc_tx_ring() local499 new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC); in pcnet32_realloc_tx_ring()500 if (!new_skb_list) in pcnet32_realloc_tx_ring()515 lp->tx_skbuff = new_skb_list; in pcnet32_realloc_tx_ring()544 struct sk_buff **new_skb_list; in pcnet32_realloc_rx_ring() local559 new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC); in pcnet32_realloc_rx_ring()560 if (!new_skb_list) in pcnet32_realloc_rx_ring()568 new_skb_list[new] = lp->rx_skbuff[new]; in pcnet32_realloc_rx_ring()573 new_skb_list[new] = netdev_alloc_skb(dev, PKT_BUF_SKB); in pcnet32_realloc_rx_ring()574 rx_skbuff = new_skb_list[new]; in pcnet32_realloc_rx_ring()[all …]