| /freebsd/sys/contrib/device-tree/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.
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | wmm.c | 52 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 D | ap_drv_ops.c | 730 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()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 414 u8 aifs; in ____rtw89_conf_tx_edca() local 419 aifs = rtw89_aifsn_to_aifs(rtwdev, rtwvif_link, params->aifs); in ____rtw89_conf_tx_edca() 423 FIELD_PREP(FW_EDCA_PARAM_AIFS_MSK, aifs); in ____rtw89_conf_tx_edca() 443 u8 aifs, aifsn; in ____rtw89_conf_tx_mu_edca() local 453 aifs = aifsn ? rtw89_aifsn_to_aifs(rtwdev, rtwvif_link, aifsn) : 0; in ____rtw89_conf_tx_mu_edca() 458 FIELD_PREP(B_AX_MUEDCA_BE_PARAM_0_AIFS_MASK, aifs); in ____rtw89_conf_tx_mu_edca()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_11_common.h | 216 int aifs; member 225 int aifs; member
|
| H A D | ieee802_11_common.c | 1227 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 D | if_rtwn.c | 1711 uint8_t aifs, acm, slottime; in rtwn_wme_update() local 1728 /* AIFS[AC] = AIFSN[AC] * aSlotTime + aSIFSTime. */ in rtwn_wme_update() 1729 aifs = wmep[ac].wmep_aifsn * slottime + in rtwn_wme_update() 1736 SM(R92C_EDCA_PARAM_AIFS, aifs)); in rtwn_wme_update() 1775 uint8_t aifs, ac; in rtwn_update_aifs() local 1778 /* AIFS[AC] = AIFSN[AC] * aSlotTime + aSIFSTime. */ in rtwn_update_aifs() 1779 aifs = wmep[ac].wmep_aifsn * slottime + in rtwn_update_aifs() 1782 rtwn_write_1(sc, wme2reg[ac], aifs); in rtwn_update_aifs()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | mac80211.c | 366 u8 aifs; in __rtw_conf_tx() local 371 aifs = rtw_aifsn_to_aifs(rtwdev, rtwvif, params->aifs); in __rtw_conf_tx() 375 rtw_write32_mask(rtwdev, edca_param, BIT_MASK_AIFS, aifs); in __rtw_conf_tx()
|
| /freebsd/sys/contrib/dev/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()
|
| H A D | mcu.h | 197 u8 aifs; member
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_uathreg.h | 358 uint32_t aifs; member 367 uint32_t aifs; member
|
| /freebsd/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_xmit.c | 229 * Set the retry, aifs, cwmin/max, readyTime regs for specified queue 266 /* set cwMin/Max and AIFS values */ in ar5211ResetTxQueue()
|
| /freebsd/sys/contrib/dev/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()
|
| /freebsd/sys/dev/otus/ |
| H A D | if_otus.c | 2457 #define AIFS(val) ((val) * 9 + 10) in otus_updateedca_locked() macro 2487 AIFS(edca[WME_AC_VI].wmep_aifsn) << 24 | in otus_updateedca_locked() 2488 AIFS(edca[WME_AC_BK].wmep_aifsn) << 12 | in otus_updateedca_locked() 2489 AIFS(edca[WME_AC_BE].wmep_aifsn)); in otus_updateedca_locked() 2491 AIFS(edca[WME_AC_VO].wmep_aifsn) << 16 | /* Special TXQ. */ in otus_updateedca_locked() 2492 AIFS(edca[WME_AC_VO].wmep_aifsn) << 4 | in otus_updateedca_locked() 2493 AIFS(edca[WME_AC_VI].wmep_aifsn) >> 8); in otus_updateedca_locked() 2507 #undef AIFS in otus_updateedca_locked()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 688 __le16 aifs; in mt7921_mcu_set_tx() member 733 e->aifs = cpu_to_le16(q->aifs); in mt7921_mcu_set_tx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.h | 335 u8 aifs; member
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit.c | 278 * 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/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212reg.h | 622 #define AR_D_LCL_IFS_AIFS 0x0FF00000 /* Mask for AIFS */ 626 * maximum supported AIFS value is 0xfc. Setting the AIFS value
|
| H A D | ar5212_xmit.c | 262 * 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 D | net80211.4 | 673 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/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs-vif.c | 219 "\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/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.h | 293 u8 aifs; member
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.8 | 2302 .It Cm aifs Ar ac Ar count 2303 Set the Arbitration Inter Frame Spacing (AIFS) 2325 .It Cm bss:aifs Ar ac Ar count 2326 Set the AIFS channel access parameter to send to stations in a BSS.
|