Searched refs:tos_to_tid_inv (Results 1 – 5 of 5) sorted by relevance
41 static const u8 tos_to_tid_inv[] = { variable
218 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid()420 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()425 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()427 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()895 priv->tos_to_tid_inv[tid_down]) in mwifiex_wmm_add_buf_txqueue()897 priv->tos_to_tid_inv[tid_down]); in mwifiex_wmm_add_buf_txqueue()
164 memcpy(priv->tos_to_tid_inv, tos_to_tid_inv, MAX_NUM_TID); in mwifiex_init_priv()
74 tos_to_tid_inv[tid_down]) in mwifiex_restore_tdls_packets()76 tos_to_tid_inv[tid_down]); in mwifiex_restore_tdls_packets()
623 u8 tos_to_tid_inv[MAX_NUM_TID]; member