Searched refs:recycle_rx_buf (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | nicstar.c | 139 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 D | phl_struct.h | 102 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, member
|
| H A D | phl_rx.c | 298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf()
|
| H A D | phl_init.c | 407 if (!trx_ops->recycle_rx_buf) { in _phl_hci_ops_check()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_struct.h | 99 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, member
|
| H A D | phl_rx.c | 298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf()
|
| H A D | phl_init.c | 404 if (!trx_ops->recycle_rx_buf) { in _phl_hci_ops_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 578 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 D | phl_trx_sdio.c | 1654 .recycle_rx_buf = phl_recycle_rx_buf_sdio,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 3809 ops.recycle_rx_buf = phl_release_target_rx_buf; in phl_hci_trx_ops_init()
|