Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstar.c139 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb);
1160 recycle_rx_buf(card, oldbuf); in ns_irq_handler()
2007 recycle_rx_buf(card, skb); in dequeue_rx()
2015 recycle_rx_buf(card, skb); in dequeue_rx()
2059 recycle_rx_buf(card, skb); in dequeue_rx()
2073 recycle_rx_buf(card, skb); in dequeue_rx()
2117 recycle_rx_buf(card, skb); in dequeue_rx()
2326 static void recycle_rx_buf(ns_dev * card, struct sk_buff *skb) in recycle_rx_buf() function
2339 recycle_rx_buf(card, (struct sk_buff *)(iov++)->iov_base); in recycle_iovec_rx_bufs()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h102 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, member
H A Dphl_rx.c298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf()
H A Dphl_init.c407 if (!trx_ops->recycle_rx_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h99 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, member
H A Dphl_rx.c298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf()
H A Dphl_init.c404 if (!trx_ops->recycle_rx_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
867 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1654 .recycle_rx_buf = phl_recycle_rx_buf_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3809 ops.recycle_rx_buf = phl_release_target_rx_buf; in phl_hci_trx_ops_init()