Searched refs:user_priority (Results 1 – 4 of 4) sorted by relevance
| /linux/net/core/ |
| H A D | fib_rules.c | 443 bool user_priority) in rule_find() argument 454 if (user_priority && r->pref != rule->pref) in rule_find() 573 bool *user_priority) in fib_nl2rule() argument 605 *user_priority = true; in fib_nl2rule() 883 bool user_priority = false; in fib_newrule() local 907 err = fib_nl2rule(net, nlh, extack, ops, tb, &rule, &user_priority); in fib_newrule() 1017 bool user_priority = false; in fib_delrule() local 1041 err = fib_nl2rule(net, nlh, extack, ops, tb, &nlrule, &user_priority); in fib_delrule() 1051 rule = rule_find(ops, frh, tb, nlrule, user_priority); in fib_delrule()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 2664 u8 ath6kl_wmi_get_traffic_class(u8 user_priority);
|
| H A D | wmi.c | 293 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()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 7840 arg.user_priority = prio; in ath10k_conf_tx_uapsd()
|