Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dnicstar.c138 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1157 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()
2054 recycle_rx_buf(card, skb); in dequeue_rx()
2068 recycle_rx_buf(card, skb); in dequeue_rx()
2112 recycle_rx_buf(card, skb); in dequeue_rx()
2321 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2334 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/Linux-v4.19/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()