Searched refs:de4x5_alloc_rx_buff (Results 1 – 1 of 1) sorted by relevance
938 static struct sk_buff *de4x5_alloc_rx_buff(struct net_device *dev, int index, int len);1298 if (de4x5_alloc_rx_buff(dev, i, 0) == NULL) { in de4x5_open()1640 if ((skb = de4x5_alloc_rx_buff(dev, entry, pkt_len)) == NULL) { in de4x5_rx()3597 de4x5_alloc_rx_buff(struct net_device *dev, int index, int len) in de4x5_alloc_rx_buff() function