Searched refs:ecw_min_max (Results 1 – 5 of 5) sorted by relevance
905 cw_min = ac_params->ecw_min_max & 0x0F; in libipw_qos_convert_ac_to_parameters()908 cw_max = (ac_params->ecw_min_max & 0xF0) >> 4; in libipw_qos_convert_ac_to_parameters()
543 u8 ecw_min_max; member
776 e->cw_min = q->ecw_min_max & 0xf; in mt7921_mcu_set_tx()777 e->cw_max = (q->ecw_min_max & 0xf0) >> 4; in mt7921_mcu_set_tx()
463 FIELD_PREP(B_AX_MUEDCA_BE_PARAM_0_CW_MASK, mu_edca->ecw_min_max) | in ____rtw89_conf_tx_mu_edca()
2388 cpu_to_le16(mu_edca->ecw_min_max & 0xf); in iwl_mvm_set_fw_mu_edca_params()2390 cpu_to_le16((mu_edca->ecw_min_max & 0xf0) >> 4); in iwl_mvm_set_fw_mu_edca_params()