| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | wlf,arizona.yaml | 81 cell for each AIF to be configured, specify zero for AIFs that should 83 or equal to the number of AIFs. If less than the number of AIFs, for 84 cells that have not been specified the corresponding AIFs will be
|
| H A D | allwinner,sun8i-a33-codec.yaml | 22 the ADC/DAC and AIF1 (the CPU DAI), not the other two AIFs/DAIs.
|
| H A D | cirrus,madera.yaml | 91 of zero for AIFs that should be handled normally.
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 152 ((ar->edcf[0].aifs * 9 + 10)) | in carl9170_set_qos() 153 ((ar->edcf[1].aifs * 9 + 10) << 12) | in carl9170_set_qos() 154 ((ar->edcf[2].aifs * 9 + 10) << 24)); in carl9170_set_qos() 156 ((ar->edcf[2].aifs * 9 + 10) >> 8) | in carl9170_set_qos() 157 ((ar->edcf[3].aifs * 9 + 10) << 4) | in carl9170_set_qos() 158 ((ar->edcf[4].aifs * 9 + 10) << 16)); in carl9170_set_qos()
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | tx.c | 278 WARN_ON(params->aifs > 0xf); in mt7601u_conf_tx() 282 val = FIELD_PREP(MT_EDCA_CFG_AIFSN, params->aifs) | in mt7601u_conf_tx() 302 val |= params->aifs << MT_WMM_AIFSN_SHIFT(hw_q); in mt7601u_conf_tx()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 959 u8 aifs, u16 txop) in wl1251_acx_ac_cfg() argument 965 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop); in wl1251_acx_ac_cfg() 974 acx->aifsn = aifs; in wl1251_acx_ac_cfg()
|
| H A D | tx.h | 173 /* Total media delay (from 1st EDCA AIFS counter until TX Complete). */
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00mac.c | 704 queue->aifs = params->aifs; in rt2x00mac_conf_tx() 708 "Configured TX queue %d - CWmin: %d, CWmax: %d, Aifs: %d, TXop: %d\n", in rt2x00mac_conf_tx() 709 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
|
| H A D | rt2x00queue.h | 442 * @aifs: The aifs value for outgoing frames (field ignored in RX queue). 472 unsigned short aifs; member
|
| /linux/sound/soc/sunxi/ |
| H A D | sun8i-codec.c | 230 struct sun8i_codec_aif aifs[SUN8I_CODEC_NAIFS]; member 321 struct sun8i_codec_aif *aif = &scodec->aifs[i]; in sun8i_codec_update_sample_rate() 458 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; in sun8i_codec_set_tdm_slot() 574 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; in sun8i_codec_hw_params() 612 const struct sun8i_codec_aif *partner_aif = &scodec->aifs[partner]; in sun8i_codec_hw_params() 675 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; in sun8i_codec_hw_free() 817 struct sun8i_codec_aif *aif = &scodec->aifs[w->sname[3] - '1']; in sun8i_codec_aif_event()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac80211.c | 351 u8 aifs; in __rtw_conf_tx() local 356 aifs = rtw_aifsn_to_aifs(rtwdev, rtwvif, params->aifs); in __rtw_conf_tx() 360 rtw_write32_mask(rtwdev, edca_param, BIT_MASK_AIFS, aifs); in __rtw_conf_tx()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | rkt.c | 42 * can only handle 246 commands and 8 AIFs at the same time, in aac_rkt_select_comm()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | testmode.c | 171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() argument 181 e->aifs = aifs; in mt7915_tm_set_wmm_qid()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | mac.h | 37 u8 aifs);
|
| H A D | mac.c | 467 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) in rtl92c_init_edca_param() argument 475 value = (u32)aifs; in rtl92c_init_edca_param()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | mac80211-ops.c | 589 qi.tqi_aifs = params->aifs; in ath5k_conf_tx() 596 "aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n", in ath5k_conf_tx() 597 queue, params->aifs, params->cw_min, in ath5k_conf_tx()
|
| H A D | qcu.c | 171 * According to the docs: Although the AIFS field is 8 bit wide, in ath5k_hw_set_tx_queueprops() 338 * and arbitrated interframe space (aifs)... in ath5k_hw_reset_tx_queue()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | dev.c | 1391 u8 aifs; in rtl8187se_conf_ac_parm() local 1400 aifs = 10 + params->aifs * priv->slot_time; in rtl8187se_conf_ac_parm() 1408 aifs << AC_PARAM_AIFS_SHIFT; in rtl8187se_conf_ac_parm() 1552 * when aifs changes. in rtl8180_bss_info_changed() 1553 * Aifs should be recalculated if slot changes. in rtl8180_bss_info_changed()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_tx.c | 419 WARN_ON(arg->aifs > 255); in wfx_hif_set_edca_queue_params() 422 body->aifsn = arg->aifs; in wfx_hif_set_edca_queue_params()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | tx.h | 158 (from 1st EDCA AIFS counter until TX Complete). */
|
| /linux/net/mac80211/ |
| H A D | util.c | 959 qparam->aifs = max_t(u8, qparam->aifs, wmm_ac->aifsn); in ieee80211_regulatory_limit_wmm_params() 1004 qparam.aifs = 2; in ieee80211_set_wmm_default() 1015 qparam.aifs = 9; in ieee80211_set_wmm_default() 1017 qparam.aifs = 7; in ieee80211_set_wmm_default() 1026 qparam.aifs = 6; in ieee80211_set_wmm_default() 1028 qparam.aifs = 3; in ieee80211_set_wmm_default() 1041 qparam.aifs = 3; in ieee80211_set_wmm_default() 1043 qparam.aifs = 2; in ieee80211_set_wmm_default() 1054 qparam.aifs in ieee80211_set_wmm_default() [all...] |
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_util.c | 503 FIELD_PREP(MT_EDCA_CFG_AIFSN, params->aifs) | in mt76x02_conf_tx() 515 val |= params->aifs << MT_WMM_AIFSN_SHIFT(qid); in mt76x02_conf_tx()
|
| /linux/drivers/net/wireless/ath/ar5523/ |
| H A D | ar5523_hw.h | 275 __be32 aifs; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mcu.h | 335 u8 aifs; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_wow.c | 330 * AIFS time, Slot time, Keep Alive count. in ath9k_hw_wow_enable()
|