Home
last modified time | relevance | path

Searched full:aifs (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwlf,arizona.yaml81 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 Dallwinner,sun8i-a33-codec.yaml22 the ADC/DAC and AIF1 (the CPU DAI), not the other two AIFs/DAIs.
H A Dcirrus,madera.yaml91 of zero for AIFs that should be handled normally.
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c332 u8 aifs;
337 aifs = rtw89_aifsn_to_aifs(rtwdev, rtwvif, params->aifs); in ____rtw89_conf_tx_mu_edca()
341 FIELD_PREP(FW_EDCA_PARAM_AIFS_MSK, aifs); in ____rtw89_conf_tx_mu_edca()
361 u8 aifs, aifsn;
371 aifs = aifsn ? rtw89_aifsn_to_aifs(rtwdev, rtwvif, aifsn) : 0; in rtw89_conf_tx()
376 FIELD_PREP(B_AX_MUEDCA_BE_PARAM_0_AIFS_MASK, aifs); in rtw89_conf_tx()
315 u8 aifs; ____rtw89_conf_tx_edca() local
340 u8 aifs, aifsn; ____rtw89_conf_tx_mu_edca() local
/freebsd/contrib/wpa/src/ap/
H A Dwmm.c52 wmm[ac].aifs = MAX(wmm_conf[ac].aifs, wmm_reg[ac].min_aifs); in wmm_set_regulatory_limit()
135 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
H A Dap_drv_ops.c730 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params() argument
743 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
H A Dap_drv_ops.h84 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c355 u8 aifs; in __rtw_conf_tx() local
360 aifs = rtw_aifsn_to_aifs(rtwdev, rtwvif, params->aifs); in __rtw_conf_tx()
364 rtw_write32_mask(rtwdev, edca_param, BIT_MASK_AIFS, aifs); in __rtw_conf_tx()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h216 int aifs; member
225 int aifs; member
H A Dieee802_11_common.c1227 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_wmm_ac()
1230 wpa_printf(MSG_ERROR, "Invalid AIFS value %d", v); in hostapd_config_wmm_ac()
1233 ac->aifs = v; in hostapd_config_wmm_ac()
1331 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_tx_queue()
1332 queue->aifs = atoi(val); in hostapd_config_tx_queue()
1333 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue()
1334 wpa_printf(MSG_ERROR, "Invalid AIFS value %d", in hostapd_config_tx_queue()
1335 queue->aifs); in hostapd_config_tx_queue()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c1690 uint8_t aifs, acm, slottime; in rtwn_wme_update() local
1707 /* AIFS[AC] = AIFSN[AC] * aSlotTime + aSIFSTime. */ in rtwn_wme_update()
1708 aifs = wmep[ac].wmep_aifsn * slottime + in rtwn_wme_update()
1715 SM(R92C_EDCA_PARAM_AIFS, aifs)); in rtwn_wme_update()
1754 uint8_t aifs, ac; in rtwn_update_aifs() local
1757 /* AIFS[AC] = AIFSN[AC] * aSlotTime + aSIFSTime. */ in rtwn_update_aifs()
1758 aifs = wmep[ac].wmep_aifsn * slottime + in rtwn_update_aifs()
1761 rtwn_write_1(sc, wme2reg[ac], aifs); in rtwn_update_aifs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c171 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()
H A Dmcu.h197 u8 aifs; member
/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h358 uint32_t aifs; member
367 uint32_t aifs; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c501 __le16 aifs; in mt7921_mcu_set_tx() member
546 e->aifs = cpu_to_le16(q->aifs); in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c504 FIELD_PREP(MT_EDCA_CFG_AIFSN, params->aifs) | in mt76x02_conf_tx()
516 val |= params->aifs << MT_WMM_AIFSN_SHIFT(qid); in mt76x02_conf_tx()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c229 * Set the retry, aifs, cwmin/max, readyTime regs for specified queue
266 /* set cwMin/Max and AIFS values */ in ar5211ResetTxQueue()
/freebsd/sys/dev/otus/
H A Dif_otus.c2446 #define AIFS(val) ((val) * 9 + 10) in otus_updateedca_locked() macro
2476 AIFS(edca[WME_AC_VI].wmep_aifsn) << 24 | in otus_updateedca_locked()
2477 AIFS(edca[WME_AC_BK].wmep_aifsn) << 12 | in otus_updateedca_locked()
2478 AIFS(edca[WME_AC_BE].wmep_aifsn)); in otus_updateedca_locked()
2480 AIFS(edca[WME_AC_VO].wmep_aifsn) << 16 | /* Special TXQ. */ in otus_updateedca_locked()
2481 AIFS(edca[WME_AC_VO].wmep_aifsn) << 4 | in otus_updateedca_locked()
2482 AIFS(edca[WME_AC_VI].wmep_aifsn) >> 8); in otus_updateedca_locked()
2496 #undef AIFS in otus_updateedca_locked()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h172 u8 aifs; member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c278 * Set the retry, aifs, cwmin/max, ready_time regs for specified queue
322 /* set cw_min/Max and AIFS values */ in ar9300_reset_tx_queue()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c219 "\t%d: txop:%d - cw_min:%d - cw_max = %d - aifs = %d upasd = %d\n", in iwl_dbgfs_mac_params_read()
223 mvmvif->deflink.queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h622 #define AR_D_LCL_IFS_AIFS 0x0FF00000 /* Mask for AIFS */
626 * maximum supported AIFS value is 0xfc. Setting the AIFS value
H A Dar5212_xmit.c262 * Set the retry, aifs, cwmin/max, readyTime regs for specified queue
305 /* set cwMin/Max and AIFS values */ in ar5212ResetTxQueue()
/freebsd/share/man/man4/
H A Dnet80211.4673 Return the WME AIFS setting for the specified Access Class (AC) in
1283 Set the WME AIFS parameter for the Access Class (AC) specified in
/freebsd/sbin/ifconfig/
H A Difconfig.82270 .It Cm aifs Ar ac Ar count
2271 Set the Arbitration Inter Frame Spacing (AIFS)
2293 .It Cm bss:aifs Ar ac Ar count
2294 Set the AIFS channel access parameter to send to stations in a BSS.

123