Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/atm/
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()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c579 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf() function
807 recycle_rx_buf(adap, fl, fl->cidx); in get_packet()
867 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()