Searched refs:tos_to_tid_inv (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h23 extern const u8 tos_to_tid_inv[];
H A Dwmm.c35 const u8 tos_to_tid_inv[] = { variable
220 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i;
422 priv->tos_to_tid_inv[i];
427 priv->tos_to_tid_inv[i];
429 priv->tos_to_tid_inv[i];
891 priv->tos_to_tid_inv[tid_down])
893 priv->tos_to_tid_inv[tid_down]);
H A Dinit.c152 memcpy(priv->tos_to_tid_inv, tos_to_tid_inv, MAX_NUM_TID);
H A Dtdls.c74 tos_to_tid_inv[tid_down])
76 tos_to_tid_inv[tid_down]);
H A Dmain.h604 u8 tos_to_tid_inv[MAX_NUM_TID]; member in struct:mwifiex_private

Completed in 127 milliseconds