Searched refs:tos_to_tid_inv (Results 1 – 5 of 5) sorted by relevance
35 const u8 tos_to_tid_inv[] = { variable220 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid()422 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()427 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()429 priv->tos_to_tid_inv[i]; in mwifiex_wmm_init()891 priv->tos_to_tid_inv[tid_down]) in mwifiex_wmm_add_buf_txqueue()893 priv->tos_to_tid_inv[tid_down]); in mwifiex_wmm_add_buf_txqueue()
23 extern const u8 tos_to_tid_inv[];
152 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()
614 u8 tos_to_tid_inv[MAX_NUM_TID]; member