Home
last modified time | relevance | path

Searched refs:qos_enable (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c451 u8 qos_enable, in rsi_hal_send_sta_notify_frame() argument
488 peer_notify->sta_flags = cpu_to_le32((qos_enable) ? 1 : 0); in rsi_hal_send_sta_notify_frame()
500 if (!status && qos_enable) { in rsi_hal_send_sta_notify_frame()
1140 u8 qos_enable, in rsi_inform_bss_status() argument
1148 qos_enable, in rsi_inform_bss_status()
1157 qos_enable, in rsi_inform_bss_status()
Drsi_mgmt.h298 const u8 *bssid, u8 qos_enable, u16 aid);
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c144 static int qos_enable = 0; variable
6956 if (priv->qos_data.qos_enable == 0) in ipw_qos_activate()
6961 if (priv->qos_data.qos_enable == 0) in ipw_qos_activate()
7058 if (priv->qos_data.qos_enable && qos_data->supported) { in ipw_qos_association()
7144 priv->qos_data.qos_enable = enable; in ipw_qos_init()
7146 if (priv->qos_data.qos_enable) { in ipw_qos_init()
7172 if (priority > 7 || !priv->qos_data.qos_enable) in ipw_get_tx_queue_number()
7202 priv->qos_data.qos_enable, active, supported, unicast); in ipw_is_qos_active()
7203 if (active && priv->qos_data.qos_enable) in ipw_is_qos_active()
8525 ipw_qos_init(priv, qos_enable, qos_burst_enable, in ipw_sw_reset()
[all …]
Dipw2200.h365 int qos_enable; member