Searched refs:user_priority (Results 1 – 8 of 8) sorted by relevance
| /linux/net/core/ |
| H A D | fib_rules.c | 444 bool user_priority) in rule_find() argument 455 if (user_priority && r->pref != rule->pref) in rule_find() 574 bool *user_priority) in fib_nl2rule() argument 606 *user_priority = true; in fib_nl2rule() 880 bool user_priority = false; in fib_newrule() local 903 err = fib_nl2rule(net, nlh, extack, ops, tb, &rule, &user_priority); in fib_newrule() 1008 bool user_priority = false; in fib_delrule() local 1032 err = fib_nl2rule(net, nlh, extack, ops, tb, &nlrule, &user_priority); in fib_delrule() 1043 rule = rule_find(ops, frh, tb, nlrule, user_priority); in fib_delrule()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 1908 _get_flow_table(struct mlx5_ib_dev *dev, u16 user_priority, in _get_flow_table() argument 1928 priority = ib_prio_to_core_prio(user_priority, false); in _get_flow_table() 1959 priority = user_priority; in _get_flow_table() 1964 priority = user_priority; in _get_flow_table() 1969 priority = user_priority; in _get_flow_table() 1974 user_priority >= MLX5_RDMA_TRANSPORT_BYPASS_PRIO) in _get_flow_table() 1991 priority = user_priority; in _get_flow_table()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.h | 369 u8 user_priority; member
|
| H A D | hw_atl_b0.c | 1504 data->user_priority, in hw_atl_b0_hw_fl2_set()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_filters.c | 326 data->user_priority = (be16_to_cpu(fsp->h_ext.vlan_tci) in aq_set_data_fl2()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-tlv.c | 2416 ac->user_priority = __cpu_to_le32(arg->user_priority); in ath10k_wmi_tlv_put_uapsd_ac() 2423 ac->wmm_ac, ac->user_priority, ac->service_interval, in ath10k_wmi_tlv_put_uapsd_ac()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 2674 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()
|