Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c888 u8 tid = 0, qsel_value = 0, band = 0, tid_indic = 0; in hal_handle_rx_report_8852be() local
895 qsel_value = (u8)GET_RX_RP_PKT_QSEL(rp); in hal_handle_rx_report_8852be()
896 *ac_queue = qsel_value % RTW_MAX_AC_QUEUE_NUM; in hal_handle_rx_report_8852be()
902 band = (qsel_value & BIT3) ? 1 : 0; in hal_handle_rx_report_8852be()
905 tid = hal_qsel_to_tid_8852be(hal, qsel_value, tid_indic); in hal_handle_rx_report_8852be()
910 qsel_value, *macid, *wp_seq, tid_indic, tid, band, *dma_ch); in hal_handle_rx_report_8852be()