voice_priority     46 drivers/net/wireless/ath/ath9k/mci.c 	u8 voice_priority[] = { 110, 110, 110, 112, 110, 110, 114, 116, 118 };
voice_priority     64 drivers/net/wireless/ath/ath9k/mci.c 		if (info->voice_type < sizeof(voice_priority))
voice_priority     65 drivers/net/wireless/ath/ath9k/mci.c 			mci->voice_priority = voice_priority[info->voice_type];
voice_priority     67 drivers/net/wireless/ath/ath9k/mci.c 			mci->voice_priority = 110;
voice_priority    275 drivers/net/wireless/ath/ath9k/mci.c 			ath_mci_update_stomp_txprio(mci->voice_priority,
voice_priority    139 drivers/net/wireless/ath/ath9k/mci.h 	u8 voice_priority;