Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/atm/
Dnicstar.c139 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1158 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2003 recycle_rx_buf(card, skb); in dequeue_rx()
2011 recycle_rx_buf(card, skb); in dequeue_rx()
2055 recycle_rx_buf(card, skb); in dequeue_rx()
2069 recycle_rx_buf(card, skb); in dequeue_rx()
2113 recycle_rx_buf(card, skb); in dequeue_rx()
2322 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2335 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/Linux-v5.4/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()
866 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()