Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54.h105 queue.cwmax = cpu_to_le16(cw_max); \
112 __le16 cwmax; member
/openbmc/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 Dwsm.h1114 u16 cwmax; member
1140 p->cwmax = __cw_max; \
H A Ddebug.c150 priv->edca.params[i].cwmax, in cw1200_status_show()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac.h406 __le16 cwmax; member
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h243 __le16 cwmax; member
H A Dat76c50x-usb.c1060 le16_to_cpu(m->cwmin), le16_to_cpu(m->cwmax), in at76_dump_mib_mac()
/openbmc/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; \
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dd11.h1307 u16 cwmax; member
H A Dmain.c4069 acp_shm.cwmax = params->cw_max; in brcms_c_wme_setparams()
/openbmc/linux/net/wireless/
H A Dtrace.h1189 __field(u16, cwmax)
1198 __entry->cwmax = params->cwmax;
1203 __entry->cwmin, __entry->cwmax, __entry->aifs)
H A Dnl80211.c3182 txq_params->cwmax = nla_get_u16(tb[NL80211_TXQ_ATTR_CWMAX]); in parse_txq_params()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4474 __le32 cwmax; member
4485 u16 cwmax; member
H A Dwmi.c2606 wmm_param->cwmax = cpu_to_le32(wmi_wmm_arg->cwmax); in ath12k_wmi_send_wmm_update_cmd()
2614 wmm_param->cwmax, wmm_param->txoplimit, in ath12k_wmi_send_wmm_update_cmd()
H A Dmac.c4057 p->cwmax = params->cw_max; in ath12k_mac_op_conf_tx()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h4316 __le32 cwmax; member
4332 u32 cwmax; member
H A Dwmi.c7869 params->cwmax = __cpu_to_le32(arg->cwmax); in ath10k_wmi_set_wmm_param()
H A Dmac.c7855 p->cwmax = params->cw_max; in ath10k_conf_tx()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5242 u32 cwmax; member
5253 u16 cwmax; member
H A Dwmi.c2603 wmm_param->cwmax = wmi_wmm_arg->cwmax; in ath11k_wmi_send_wmm_update_cmd_tlv()
2611 wmm_param->cwmax, wmm_param->txoplimit, in ath11k_wmi_send_wmm_update_cmd_tlv()
H A Dmac.c5364 p->cwmax = params->cw_max; in ath11k_mac_op_conf_tx()
/openbmc/linux/include/net/
H A Dcfg80211.h2407 u16 cwmax; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2284 trig_based_txf[ac].cwmax = in iwl_mvm_set_fw_mu_edca_params()
/openbmc/linux/net/mac80211/
H A Dcfg.c2787 p.cw_max = params->cwmax; in ieee80211_set_txq_params()