Searched defs:slottime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c490 uint8_t slottime; local
494 /* slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; */
495 slottime = (onoff ? 9 : 20);
499 tx_pifs = tx_sifs + slottime;
500 tx_difs = tx_sifs + 2 * slottime;
504 tmp = (tmp & ~0x1f00) | slottime << 8;
513 ral_debug(RAL_DBG_HW, "setting slottime to %uus\n", slottime);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1224 uint8_t slottime; local
1227 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1230 tmp = (tmp & ~0xff) | slottime;
1233 ral_debug(RAL_DBG_HW, "setting slot time to %uus\n", slottime);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1748 uint8_t slottime; local
1751 slottime = (onoff ? 9 : 20);
1754 tmp = (tmp & ~0xff) | slottime;
1758 "setting slot time to %uus\n", slottime);
1765 uint8_t slottime; local
1768 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1771 tmp = (tmp & ~0xff) | slottime;
1775 "setting slot time to %uus\n", slottime);
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1149 uint16_t slottime, sifs, eifs; local
1151 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1152 /* slottime = (onoff ? 9 : 20); */
1166 ural_write(sc, RAL_MAC_CSR10, slottime);

Completed in 82 milliseconds