Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.c139 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1160 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2007 recycle_rx_buf(card, skb); in dequeue_rx()
2015 recycle_rx_buf(card, skb); in dequeue_rx()
2059 recycle_rx_buf(card, skb); in dequeue_rx()
2073 recycle_rx_buf(card, skb); in dequeue_rx()
2117 recycle_rx_buf(card, skb); in dequeue_rx()
2326 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2339 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c578 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf() function
806 recycle_rx_buf(adap, fl, fl->cidx); in get_packet()
867 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()