Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/dp/src/
H A Dtarget_if_dp.c766 static uint8_t ac_to_tid[4][2] = { {0, 3}, {1, 2}, {4, 5}, {6, 7} }; in target_if_peer_txq_flush_config() local
813 tid |= (1 << ac_to_tid[i][0]) | in target_if_peer_txq_flush_config()
814 (1 << ac_to_tid[i][1]); in target_if_peer_txq_flush_config()