Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h90 (*update_rxbd)(struct hal_info_t *hal, member
H A Dhal_rx.c233 hstatus = trx_ops->update_rxbd(hal_info, rxbd, rxbuf); in rtw_hal_update_rxbd()
H A Dhal_init.c617 if (!trx_ops->update_rxbd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h90 (*update_rxbd)(struct hal_info_t *hal, member
H A Dhal_rx.c233 hstatus = trx_ops->update_rxbd(hal_info, rxbd, rxbuf); in rtw_hal_update_rxbd()
H A Dhal_init.c617 if (!trx_ops->update_rxbd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1407 ops.update_rxbd = hal_update_rxbd_8852be; in hal_trx_ops_init_8852be()