Home
last modified time | relevance | path

Searched refs:update_txbd (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c252 hstatus = trx_ops->update_txbd(hal, txbd, wd, dma_ch, wd_num); in rtw_hal_update_txbd()
H A Dhal_struct.h71 (*update_txbd)(struct hal_info_t *hal, member
H A Dhal_init.c597 if (!trx_ops->update_txbd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c252 hstatus = trx_ops->update_txbd(hal, txbd, wd, dma_ch, wd_num); in rtw_hal_update_txbd()
H A Dhal_struct.h71 (*update_txbd)(struct hal_info_t *hal, member
H A Dhal_init.c597 if (!trx_ops->update_txbd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1402 ops.update_txbd = hal_update_txbd_8852be; in hal_trx_ops_init_8852be()