Home
last modified time | relevance | path

Searched refs:enable_qos (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c54 static bool enable_qos; variable
55 module_param(enable_qos, bool, 0444);
56 MODULE_PARM_DESC(enable_qos, "Enable Enhanced QoS support (default: off)");
1921 if (dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETS_CFG && enable_qos) in mlx4_INIT_HCA()
/linux/net/mac80211/
H A Dutil.c965 bool bss_notify, bool enable_qos) in ieee80211_set_wmm_default() argument
1008 if (enable_qos) { in ieee80211_set_wmm_default()
1069 link->conf->qos = enable_qos; in ieee80211_set_wmm_default()
H A Dieee80211_i.h2314 bool bss_notify, bool enable_qos);