Home
last modified time | relevance | path

Searched refs:cwmax (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c579 WSM_PUT16(buf, arg->params[3].cwmax); in wsm_set_edca_params()
580 WSM_PUT16(buf, arg->params[2].cwmax); in wsm_set_edca_params()
581 WSM_PUT16(buf, arg->params[1].cwmax); in wsm_set_edca_params()
582 WSM_PUT16(buf, arg->params[0].cwmax); in wsm_set_edca_params()
1596 ((edca->cwmax - edca->cwmin) * in cw1200_get_prio_queue()
H A Ddebug.c150 priv->edca.params[i].cwmax, in cw1200_status_show()
H A Dwsm.h1114 u16 cwmax; member
1140 p->cwmax = __cw_max; \
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h243 __le16 cwmax; member
H A Dat76c50x-usb.c1055 le16_to_cpu(m->cwmin), le16_to_cpu(m->cwmax), in at76_dump_mib_mac()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c328 #define CARL9170_FILL_QUEUE(queue, ai_fs, cwmin, cwmax, _txop) \ argument
332 queue.cw_max = cwmax; \
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dd11.h1307 u16 cwmax; member
/linux/net/wireless/
H A Dtrace.h1344 __field(u16, cwmax)
1353 __entry->cwmax = params->cwmax;
1358 __entry->cwmin, __entry->cwmax, __entry->aifs)
H A Dnl80211.c3893 txq_params->cwmax = nla_get_u16(tb[NL80211_TXQ_ATTR_CWMAX]); in parse_txq_params()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h5027 __le32 cwmax; member
5038 u16 cwmax; member
H A Dwmi.c3042 wmm_param->cwmax = cpu_to_le32(wmi_wmm_arg->cwmax); in ath12k_wmi_send_wmm_update_cmd()
3050 wmm_param->cwmax, wmm_param->txoplimit, in ath12k_wmi_send_wmm_update_cmd()
H A Dmac.c8333 p->cwmax = params->cw_max; in ath12k_mac_conf_tx()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c2739 wmm_param->cwmax = wmi_wmm_arg->cwmax; in ath11k_wmi_send_wmm_update_cmd_tlv()
2747 wmm_param->cwmax, wmm_param->txoplimit, in ath11k_wmi_send_wmm_update_cmd_tlv()
/linux/include/net/
H A Dcfg80211.h2864 u16 cwmax; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c7918 params->cwmax = __cpu_to_le32(arg->cwmax); in ath10k_wmi_set_wmm_param()
H A Dmac.c7891 p->cwmax = params->cw_max; in ath10k_conf_tx()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2389 trig_based_txf[ac].cwmax = in iwl_mvm_set_fw_mu_edca_params()
/linux/net/mac80211/
H A Dcfg.c3448 p.cw_max = params->cwmax; in ieee80211_set_txq_params()