Home
last modified time | relevance | path

Searched refs:cwmax (Results 1 – 20 of 20) 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 Dwsm.h1114 u16 cwmax; member
1140 p->cwmax = __cw_max; \
H A Ddebug.c150 priv->edca.params[i].cwmax, in cw1200_status_show()
/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/intel/iwlwifi/mld/
H A Dlink.c235 trig_based_txf[fw_ac].cwmax = in iwl_mld_fill_mu_edca()
/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
H A Dmain.c4061 acp_shm.cwmax = params->cw_max; in brcms_c_wme_setparams()
/linux/net/wireless/
H A Dtrace.h1317 __field(u16, cwmax)
1326 __entry->cwmax = params->cwmax;
1329 TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", ac: %d, txop: %u, cwmin: %u, cwmax: %u, aifs: %u",
1331 __entry->cwmin, __entry->cwmax, __entry->aifs)
H A Dnl80211.c3536 txq_params->cwmax = nla_get_u16(tb[NL80211_TXQ_ATTR_CWMAX]); in parse_txq_params()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c2730 wmm_param->cwmax = wmi_wmm_arg->cwmax; in ath11k_wmi_send_wmm_update_cmd_tlv()
2738 wmm_param->cwmax, wmm_param->txoplimit, in ath11k_wmi_send_wmm_update_cmd_tlv()
H A Dmac.c5472 p->cwmax = u8_get_bits(params->mu_edca_param_rec.ecw_min_max, GENMASK(7, 4)); in ath11k_mac_op_conf_tx_mu_edca()
5515 p->cwmax = params->cw_max; in ath11k_mac_op_conf_tx()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c2961 wmm_param->cwmax = cpu_to_le32(wmi_wmm_arg->cwmax); in ath12k_wmi_send_wmm_update_cmd()
2969 wmm_param->cwmax, wmm_param->txoplimit, in ath12k_wmi_send_wmm_update_cmd()
H A Dmac.c8155 p->cwmax = params->cw_max; in ath12k_mac_conf_tx()
/linux/include/net/
H A Dcfg80211.h2775 u16 cwmax; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c7919 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.c2391 trig_based_txf[ac].cwmax = in iwl_mvm_set_fw_mu_edca_params()
/linux/net/mac80211/
H A Dcfg.c3101 p.cw_max = params->cwmax; in ieee80211_set_txq_params()