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

/freebsd-11-stable/tools/tools/ath/
H A Dathctrl.sh32 slottime=`expr 9 + \( $d / 300 \)`
34 slottime=`expr $slottime + 1`
36 timeout=`expr $slottime \* 2 + 3`
40 sysctl dev.ath.$ATHN.slottime=$slottime
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-rgmii.c159 gmx_cfg.s.slottime = 1;
399 new_gmx_cfg.s.slottime = 0;
404 new_gmx_cfg.s.slottime = 0;
409 new_gmx_cfg.s.slottime = 1;
519 gmx_cfg.s.slottime = 1;
H A Dcvmx-helper-sgmii.c318 gmxx_prtx_cfg.s.slottime = 0;
326 gmxx_prtx_cfg.s.slottime = 0;
334 gmxx_prtx_cfg.s.slottime = 1;
H A Dcvmx-helper-xaui.c262 gmx_cfg.s.slottime = 1;
H A Dcvmx-mgmt-port.c962 agl_gmx_prtx.s.slottime = 0;
972 agl_gmx_prtx.s.slottime = 0;
986 agl_gmx_prtx.s.slottime = 1; /* Only matters for half-duplex */
H A Dcvmx-agl-defs.h1479 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member in struct:cvmx_agl_gmx_prtx_cfg::cvmx_agl_gmx_prtx_cfg_s
1502 uint64_t slottime : 1;
1525 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member in struct:cvmx_agl_gmx_prtx_cfg::cvmx_agl_gmx_prtx_cfg_cn52xx
1546 uint64_t slottime : 1;
2322 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
2367 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
2489 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
2536 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
H A Dcvmx-gmxx-defs.h4156 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member in struct:cvmx_gmxx_prtx_cfg::cvmx_gmxx_prtx_cfg_s
4182 uint64_t slottime : 1;
4196 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member in struct:cvmx_gmxx_prtx_cfg::cvmx_gmxx_prtx_cfg_cn30xx
4219 uint64_t slottime : 1;
4240 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member in struct:cvmx_gmxx_prtx_cfg::cvmx_gmxx_prtx_cfg_cn52xx
4266 uint64_t slottime : 1;
5536 uint64_t falerr : 1; /**< False carrier error or extend error after slottime
5594 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
5643 uint64_t falerr : 1; /**< False carrier error or extend error after slottime */
5709 uint64_t falerr : 1; /**< False carrier error or extend error after slottime
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c2274 uint8_t slottime; local
2279 slottime = IEEE80211_GET_SLOTTIME(ic);
2297 slottime = IEEE80211_DUR_SLOT;
2302 tx_pifs = tx_sifs + slottime;
2303 tx_difs = IEEE80211_DUR_DIFS(tx_sifs, slottime);
2307 tmp = (tmp & ~0x1f00) | slottime << 8;
2316 DPRINTF(sc, "setting slottime to %uus\n", slottime);
H A Drt2661.c2093 uint8_t slottime; local
2096 slottime = IEEE80211_GET_SLOTTIME(ic);
2099 tmp = (tmp & ~0xff) | slottime;
/freebsd-11-stable/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;
832 "slottime", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c4854 uint8_t aifs, acm, slottime; local
4858 slottime = IEEE80211_GET_SLOTTIME(ic);
4863 aifs = wmep[ac].wmep_aifsn * slottime + IEEE80211_DUR_SIFS;
4894 uint8_t slottime; local
4896 slottime = IEEE80211_GET_SLOTTIME(ic);
4899 __func__, slottime);
4901 urtwn_write_1(sc, R92C_SLOT, slottime);
4902 urtwn_update_aifs(sc, slottime);
4906 urtwn_update_aifs(struct urtwn_softc *sc, uint8_t slottime) argument
4914 aifs = wmep[ac].wmep_aifsn * slottime
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c1791 uint16_t slottime, sifs, eifs; local
1793 slottime = IEEE80211_GET_SLOTTIME(ic);
1807 ural_write(sc, RAL_MAC_CSR10, slottime);
H A Dif_rum.c2230 uint8_t slottime; local
2232 slottime = IEEE80211_GET_SLOTTIME(ic);
2234 rum_modbits(sc, RT2573_MAC_CSR9, slottime, 0xff);
2236 DPRINTF("setting slot time to %uus\n", slottime);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c470 ar9300_Stub_SetSlotTime(struct ath_hal *ah, u_int slottime) argument
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1361 int aci, aifs, slottime; local
1364 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1369 aifs = ac->wmep_aifsn * slottime + 10;
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2440 uint32_t slottime; local
2444 slottime = IEEE80211_GET_SLOTTIME(ic);
2445 otus_write(sc, AR_MAC_REG_SLOT_TIME, slottime << 10);

Completed in 331 milliseconds