Home
last modified time | relevance | path

Searched refs:recycle_rx_buf (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dnicstar.c236 static void recycle_rx_buf(ns_dev *card, struct sk_buff *skb);
1303 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2146 recycle_rx_buf(card, skb); in dequeue_rx()
2155 recycle_rx_buf(card, skb); in dequeue_rx()
2200 recycle_rx_buf(card, skb); in dequeue_rx()
2216 recycle_rx_buf(card, skb); in dequeue_rx()
2262 recycle_rx_buf(card, skb); in dequeue_rx()
2570 static void recycle_rx_buf(ns_dev *card, struct sk_buff *skb) in recycle_rx_buf() function