Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c1803 static int map_ac_from_tid(int tid) in map_ac_from_tid() argument
1816 return map_1d_to_ac[tid & 7]; in map_ac_from_tid()
1820 static int get_ac(unsigned int tid, in get_ac() argument
1827 return map_ac_from_tid(tid); in get_ac()
1942 int tid = 0; in nrf_wifi_fmac_start_xmit() local
1970 tid = nrf_wifi_get_tid(nbuf); in nrf_wifi_fmac_start_xmit()
1971 ac = get_ac(tid, ra); in nrf_wifi_fmac_start_xmit()