Searched refs:new_skb_list (Results 1 – 1 of 1) sorted by relevance
482 struct sk_buff **new_skb_list; in pcnet32_realloc_tx_ring() local498 new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC); in pcnet32_realloc_tx_ring()499 if (!new_skb_list) in pcnet32_realloc_tx_ring()514 lp->tx_skbuff = new_skb_list; in pcnet32_realloc_tx_ring()542 struct sk_buff **new_skb_list; in pcnet32_realloc_rx_ring() local557 new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC); in pcnet32_realloc_rx_ring()558 if (!new_skb_list) in pcnet32_realloc_rx_ring()566 new_skb_list[new] = lp->rx_skbuff[new]; in pcnet32_realloc_rx_ring()571 new_skb_list[new] = netdev_alloc_skb(dev, PKT_BUF_SKB); in pcnet32_realloc_rx_ring()572 rx_skbuff = new_skb_list[new]; in pcnet32_realloc_rx_ring()[all …]