ac_to_tid          67 drivers/net/wireless/marvell/mwifiex/wmm.c static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} };
ac_to_tid         212 drivers/net/wireless/marvell/mwifiex/wmm.c 		tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1];
ac_to_tid         213 drivers/net/wireless/marvell/mwifiex/wmm.c 		tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0];
ac_to_tid         395 drivers/net/wireless/marvell/mwifiex/wmm.c 	new_tid = ac_to_tid[ac_down][tid % 2];
ac_to_tid         597 drivers/net/wireless/marvell/mwifiex/wmm.c 	memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid));