Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h95 (*notify_rxdone)(struct hal_info_t *hal, member
H A Dhal_rx.c246 hstatus = trx_ops->notify_rxdone(hal_info, rxbd, ch, rxcnt); in rtw_hal_notify_rxdone()
H A Dhal_init.c621 if (!trx_ops->notify_rxdone) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h95 (*notify_rxdone)(struct hal_info_t *hal, member
H A Dhal_rx.c246 hstatus = trx_ops->notify_rxdone(hal_info, rxbd, ch, rxcnt); in rtw_hal_notify_rxdone()
H A Dhal_init.c621 if (!trx_ops->notify_rxdone) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1408 ops.notify_rxdone = hal_notify_rxdone_8852be; in hal_trx_ops_init_8852be()