Home
last modified time | relevance | path

Searched refs:get_fwcmd_queue_idx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h79 u8 (*get_fwcmd_queue_idx)(void); member
122 u8 (*get_fwcmd_queue_idx)(void); member
146 u8 (*get_fwcmd_queue_idx)(void); member
H A Dhal_tx.c89 return trx_ops->get_fwcmd_queue_idx(); in rtw_hal_get_fwcmd_queue_idx()
H A Dhal_init.c558 if (!trx_ops->get_fwcmd_queue_idx) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h79 u8 (*get_fwcmd_queue_idx)(void); member
123 u8 (*get_fwcmd_queue_idx)(void); member
147 u8 (*get_fwcmd_queue_idx)(void); member
H A Dhal_tx.c89 return trx_ops->get_fwcmd_queue_idx(); in rtw_hal_get_fwcmd_queue_idx()
H A Dhal_init.c558 if (!trx_ops->get_fwcmd_queue_idx) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_ops.c124 .get_fwcmd_queue_idx = hal_get_fwcmd_queue_idx_8852bs,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1410 ops.get_fwcmd_queue_idx = hal_get_fwcmd_queue_idx_8852be; in hal_trx_ops_init_8852be()