Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c158 hstatus = trx_ops->qsel_to_tid(hal_info, qsel_id, tid_indic); in rtw_hal_convert_qsel_to_tid()
H A Dhal_struct.h66 u8 (*qsel_to_tid)(struct hal_info_t *hal, u8 qsel_id, u8 tid_indic); member
H A Dhal_init.c579 if (!trx_ops->qsel_to_tid) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c158 hstatus = trx_ops->qsel_to_tid(hal_info, qsel_id, tid_indic); in rtw_hal_convert_qsel_to_tid()
H A Dhal_struct.h66 u8 (*qsel_to_tid)(struct hal_info_t *hal, u8 qsel_id, u8 tid_indic); member
H A Dhal_init.c579 if (!trx_ops->qsel_to_tid) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1398 ops.qsel_to_tid = hal_qsel_to_tid_8852be; in hal_trx_ops_init_8852be()