Searched refs:tos_to_tid_inv (Results 1 – 5 of 5) sorted by relevance
47 const u8 tos_to_tid_inv[] = { variable232 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid()434 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()439 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()441 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()903 priv->tos_to_tid_inv[tid_down]) in mwifiex_wmm_add_buf_txqueue()905 priv->tos_to_tid_inv[tid_down]); in mwifiex_wmm_add_buf_txqueue()
35 extern const u8 tos_to_tid_inv[];
163 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()
625 u8 tos_to_tid_inv[MAX_NUM_TID]; member