HomeSort by: relevance | last modified time | path
    Searched defs:slottime (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
ath_netbsd.c 116 u_int slottime; local in function:ath_sysctl_slottime
121 slottime = ath_hal_getslottime(sc->sc_ah);
122 node.sysctl_data = &slottime;
126 return !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0;
447 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, slottime,
rt2661.c 2401 uint8_t slottime; local in function:rt2661_set_slottime
2404 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2407 tmp = (tmp & ~0xff) | slottime;
2410 DPRINTF(("setting slot time to %uus\n", slottime));
rt2560.c 2518 uint8_t slottime; local in function:rt2560_update_slot
2522 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2526 pifs = sifs + slottime;
2527 difs = sifs + 2 * slottime;
2531 tmp = (tmp & ~0x1f00) | slottime << 8;
2540 DPRINTF(("setting slottime to %uus\n", slottime));
  /src/sys/dev/usb/
if_rum.c 1775 uint8_t slottime; local in function:rum_update_slot
1778 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1781 tmp = (tmp & ~0xff) | slottime;
1784 DPRINTF(("setting slot time to %uus\n", slottime));
if_ural.c 1851 uint16_t slottime, sifs, eifs; local in function:ural_update_slot
1853 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1867 ural_write(sc, RAL_MAC_CSR10, slottime);
if_otus.c 2457 uint32_t slottime; local in function:otus_updateslot_cb_locked
2463 slottime = (sc->sc_ic.ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2464 otus_write(sc, AR_MAC_REG_SLOT_TIME, slottime << 10);
if_urtwn.c 2268 int ac, aifs, slottime; local in function:urtwn_wme_update_cb
2276 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2280 aifs = wmep->wmep_aifsn * slottime + 10;
  /src/sys/dev/pci/
if_rtwn.c 1571 int s, aci, aifs, slottime; local in function:rtwn_wme_update
1576 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1580 aifs = wmep->wmep_aifsn * slottime + 10;

Completed in 50 milliseconds