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()419 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()424 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()426 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()890 priv->tos_to_tid_inv[tid_down]) in mwifiex_wmm_add_buf_txqueue()892 priv->tos_to_tid_inv[tid_down]); in mwifiex_wmm_add_buf_txqueue()
154 memcpy(priv->tos_to_tid_inv, tos_to_tid_inv, MAX_NUM_TID); in mwifiex_init_priv()
77 tos_to_tid_inv[tid_down]) in mwifiex_restore_tdls_packets()79 tos_to_tid_inv[tid_down]); in mwifiex_restore_tdls_packets()
592 u8 tos_to_tid_inv[MAX_NUM_TID]; member