Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dfw.c52 static bool enable_qos = true; variable
53 module_param(enable_qos, bool, 0444);
54 MODULE_PARM_DESC(enable_qos, "Enable Enhanced QoS support (default: on)");
1740 if (dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETS_CFG && enable_qos) in mlx4_INIT_HCA()
/linux-4.1.27/net/mac80211/
Dutil.c1157 bool use_11b, enable_qos; in ieee80211_set_wmm_default() local
1181 enable_qos = (sdata->vif.type != NL80211_IFTYPE_STATION); in ieee80211_set_wmm_default()
1200 if (enable_qos) { in ieee80211_set_wmm_default()
1259 sdata->vif.bss_conf.qos = enable_qos; in ieee80211_set_wmm_default()