Home
last modified time | relevance | path

Searched refs:user_priority (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.h256 u8 user_priority; member
Dhw_atl_b0.c1075 data->user_priority, in hw_atl_b0_hw_fl2_set()
/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c318 data->user_priority = (be16_to_cpu(fsp->h_ext.vlan_tci) in aq_set_data_fl2()
/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c2245 ac->user_priority = __cpu_to_le32(arg->user_priority); in ath10k_wmi_tlv_put_uapsd_ac()
2252 ac->wmm_ac, ac->user_priority, ac->service_interval, in ath10k_wmi_tlv_put_uapsd_ac()
Dwmi.h5888 __le32 user_priority; member
5902 u32 user_priority; member
Dmac.c6798 arg.user_priority = prio; in ath10k_conf_tx_uapsd()
/drivers/net/wireless/ath/ath6kl/
Dwmi.h2674 u8 ath6kl_wmi_get_traffic_class(u8 user_priority);
Dwmi.c293 u8 ath6kl_wmi_get_traffic_class(u8 user_priority) in ath6kl_wmi_get_traffic_class() argument
295 return up_to_ac[user_priority & 0x7]; in ath6kl_wmi_get_traffic_class()
/drivers/android/
Dbinder.c1094 static int to_kernel_prio(int policy, int user_priority) in to_kernel_prio() argument
1097 return NICE_TO_PRIO(user_priority); in to_kernel_prio()
1099 return MAX_USER_RT_PRIO - 1 - user_priority; in to_kernel_prio()