Searched refs:slottime (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/tools/tools/ath/
H A Dathctrl.sh31 slottime=`expr 9 + \( $d / 300 \)`
33 slottime=`expr $slottime + 1`
35 timeout=`expr $slottime \* 2 + 3`
39 sysctl dev.ath.$ATHN.slottime=$slottime
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhw.c598 u32 slottime; local
653 /* Do some sanity checks on the slottime register. */
661 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT);
662 slottime = slottime / phyclk;
663 if (slottime != 9 && slottime != 20) {
666 slottime);
675 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT);
676 slottime
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c186 dev->slottime = 9;
535 u8 ackto, sifs, slottime = dev->slottime; local
538 slottime += 3 * dev->coverage_class;
540 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime);
545 ackto = slottime + sifs;
667 int slottime = info->use_short_slot ? 9 : 20; local
669 dev->slottime = slottime;
H A Dmt792x_mac.c67 FIELD_PREP(MT_IFS_SLOT, phy->slottime));
69 if (phy->slottime < 20 || !is_2ghz)
H A Dmt76x02.h134 u8 slottime; member in struct:mt76x02_dev
H A Dmt792x.h108 u8 slottime; member in struct:mt792x_phy
H A Dmt792x_core.c532 phy->slottime = 9;
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn.c1575 uint8_t aifs, acm, slottime; local
1588 slottime = IEEE80211_GET_SLOTTIME(ic);
1593 aifs = wmep[ac].wmep_aifsn * slottime +
1623 uint8_t slottime; local
1625 slottime = IEEE80211_GET_SLOTTIME(ic);
1628 __func__, slottime);
1630 rtwn_write_1(sc, R92C_SLOT, slottime);
1631 rtwn_update_aifs(sc, slottime);
1635 rtwn_update_aifs(struct rtwn_softc *sc, uint8_t slottime) argument
1643 aifs = wmep[ac].wmep_aifsn * slottime
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c322 int slottime = info->use_short_slot ? 9 : 20; local
324 if (slottime != dev->slottime) {
325 dev->slottime = slottime;
H A Dmt7603.h122 u8 slottime; member in struct:mt7603_dev
H A Dinit.c508 dev->slottime = 9;
H A Dmac.c73 FIELD_PREP(MT_IFS_SLOT, dev->slottime));
75 if (dev->slottime < 20 || is_5ghz)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c671 int slottime = info->use_short_slot ? 9 : 20; local
673 if (slottime != phy->slottime) {
674 phy->slottime = slottime;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c592 int slottime = info->use_short_slot ? 9 : 20; local
594 if (slottime != phy->slottime) {
595 phy->slottime = slottime;
H A Dmt7615.h177 u8 slottime; member in struct:mt7615_phy
H A Dinit.c374 phy->slottime = 9;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c582 int slottime = info->use_short_slot ? 9 : 20; local
584 if (slottime != phy->slottime) {
585 phy->slottime = slottime;
H A Dmt7996.h167 u8 slottime; member in struct:mt7996_phy
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c630 int slottime = info->use_short_slot ? 9 : 20; local
632 if (slottime != phy->slottime) {
633 phy->slottime = slottime;
H A Dmt7915.h218 u8 slottime; member in struct:mt7915_phy
/freebsd-current/sys/dev/ral/
H A Drt2560.c2252 uint8_t slottime; local
2257 slottime = IEEE80211_GET_SLOTTIME(ic);
2275 slottime = IEEE80211_DUR_SLOT;
2280 tx_pifs = tx_sifs + slottime;
2281 tx_difs = IEEE80211_DUR_DIFS(tx_sifs, slottime);
2285 tmp = (tmp & ~0x1f00) | slottime << 8;
2294 DPRINTF(sc, "setting slottime to %uus\n", slottime);
H A Drt2661.c2071 uint8_t slottime; local
2074 slottime = IEEE80211_GET_SLOTTIME(ic);
2077 tmp = (tmp & ~0xff) | slottime;
/freebsd-current/sys/dev/ath/
H A Dif_ath_sysctl.c111 u_int slottime; local
116 slottime = ath_hal_getslottime(sc->sc_ah);
119 error = sysctl_handle_int(oidp, &slottime, 0, req);
123 error = !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0;
835 "slottime", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, sc, 0,
/freebsd-current/sys/dev/usb/wlan/
H A Dif_ural.c1774 uint16_t slottime, sifs, eifs; local
1776 slottime = IEEE80211_GET_SLOTTIME(ic);
1790 ural_write(sc, RAL_MAC_CSR10, slottime);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c470 ar9300_Stub_SetSlotTime(struct ath_hal *ah, u_int slottime) argument

Completed in 317 milliseconds

12