Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_wmm.h205 extern const uint8_t hdd_linux_up_to_ac_map[];
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c166 const uint8_t hdd_linux_up_to_ac_map[HDD_WMM_UP_TO_AC_MAP_SIZE] = { variable
2150 if (qdf_unlikely(up >= ARRAY_SIZE(hdd_linux_up_to_ac_map))) in __hdd_get_queue_index()
2152 return hdd_linux_up_to_ac_map[up]; in __hdd_get_queue_index()
H A Dwlan_hdd_tx_rx.c600 skb->queue_mapping = hdd_linux_up_to_ac_map[up]; in __hdd_hard_start_xmit()