Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_ops.c123 .map_hw_tx_chnl = hal_mapping_hw_tx_chnl_8852bs,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c73 tx_chnl = trx_ops->map_hw_tx_chnl(macid, cat, band); in rtw_hal_tx_chnl_mapping()
H A Dhal_struct.h45 u8 (*map_hw_tx_chnl)(u16 macid, enum rtw_phl_ring_cat cat, u8 band); member
H A Dhal_init.c554 if (!trx_ops->map_hw_tx_chnl) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c73 tx_chnl = trx_ops->map_hw_tx_chnl(macid, cat, band); in rtw_hal_tx_chnl_mapping()
H A Dhal_struct.h45 u8 (*map_hw_tx_chnl)(u16 macid, enum rtw_phl_ring_cat cat, u8 band); member
H A Dhal_init.c554 if (!trx_ops->map_hw_tx_chnl) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1397 ops.map_hw_tx_chnl = hal_mapping_hw_tx_chnl_8852be; in hal_trx_ops_init_8852be()