Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dnicstar.c140 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1156 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2013 recycle_rx_buf(card, skb); in dequeue_rx()
2021 recycle_rx_buf(card, skb); in dequeue_rx()
2065 recycle_rx_buf(card, skb); in dequeue_rx()
2079 recycle_rx_buf(card, skb); in dequeue_rx()
2123 recycle_rx_buf(card, skb); in dequeue_rx()
2332 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2345 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c574 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()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c590 bool recycle_rx_buf = false; in dpaa2_eth_rx() local
621 recycle_rx_buf = true; in dpaa2_eth_rx()
642 if (recycle_rx_buf) in dpaa2_eth_rx()