Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dnicstar.c138 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1156 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2002 recycle_rx_buf(card, skb); in dequeue_rx()
2010 recycle_rx_buf(card, skb); in dequeue_rx()
2053 recycle_rx_buf(card, skb); in dequeue_rx()
2067 recycle_rx_buf(card, skb); in dequeue_rx()
2111 recycle_rx_buf(card, skb); in dequeue_rx()
2320 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2333 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c573 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf() function
802 recycle_rx_buf(adap, fl, fl->cidx); in get_packet()
862 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()