Searched refs:voice_priority (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 46 u8 voice_priority[] = { 110, 110, 110, 112, 110, 110, 114, 116, 118 }; in ath_mci_add_profile() local 64 if (info->voice_type < sizeof(voice_priority)) in ath_mci_add_profile() 65 mci->voice_priority = voice_priority[info->voice_type]; in ath_mci_add_profile() 67 mci->voice_priority = 110; in ath_mci_add_profile() 275 ath_mci_update_stomp_txprio(mci->voice_priority, in ath_mci_set_concur_txprio()
|
H A D | mci.h | 139 u8 voice_priority; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 46 static const u8 voice_priority[] = { 110, 110, 110, 112, 110, 110, 114, 116, 118 }; in ath_mci_add_profile() local 64 if (info->voice_type < sizeof(voice_priority)) in ath_mci_add_profile() 65 mci->voice_priority = voice_priority[info->voice_type]; in ath_mci_add_profile() 67 mci->voice_priority = 110; in ath_mci_add_profile() 277 ath_mci_update_stomp_txprio(mci->voice_priority, in ath_mci_set_concur_txprio()
|
H A D | mci.h | 139 u8 voice_priority; member
|
Completed in 3 milliseconds