Home
last modified time | relevance | path

Searched refs:recycle_tx_buf (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h137 enum rtw_phl_status (*recycle_tx_buf)(void *phl, u8 *tx_buf_ptr); member
H A Dphl_tx.c1620 pstatus = hci_trx_ops->recycle_tx_buf(phl, tx_buf_ptr); in rtw_phl_recycle_tx_buf()
H A Dphl_init.c505 if (!trx_ops->recycle_tx_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h133 enum rtw_phl_status (*recycle_tx_buf)(void *phl, u8 *tx_buf_ptr); member
H A Dphl_init.c497 if (!trx_ops->recycle_tx_buf) { in _phl_hci_ops_check()
H A Dphl_tx.c1639 pstatus = hci_trx_ops->recycle_tx_buf(phl, tx_buf_ptr); in rtw_phl_recycle_tx_buf()