Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h98 u16 (*handle_wp_rpt)(struct hal_info_t *hal, u8 *rp, u16 len, member
131 u16 (*handle_wp_rpt)(struct hal_info_t *hal, u8 *rp, u16 len, member
H A Dhal_rx.c258 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, sw_retry, dma_ch, in rtw_hal_handle_wp_rpt()
300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
H A Dhal_init.c625 if (!trx_ops->handle_wp_rpt) { in hal_ops_check()
652 if (!trx_ops->handle_wp_rpt) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h98 u16 (*handle_wp_rpt)(struct hal_info_t *hal, u8 *rp, u16 len, member
132 u16 (*handle_wp_rpt)(struct hal_info_t *hal, u8 *rp, u16 len, member
H A Dhal_rx.c258 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, sw_retry, dma_ch, in rtw_hal_handle_wp_rpt()
300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
H A Dhal_init.c625 if (!trx_ops->handle_wp_rpt) { in hal_ops_check()
652 if (!trx_ops->handle_wp_rpt) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1409 ops.handle_wp_rpt = hal_handle_rx_report_8852be; in hal_trx_ops_init_8852be()