Home
last modified time | relevance | path

Searched refs:_us (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211_proto.h270 #define IEEE80211_US_TO_TXOP(_us) ((_us)>>5) argument
/freebsd-11-stable/sys/sys/
HDtime.h185 ustosbt(int64_t _us) in ustosbt() argument
188 return ((_us * (((uint64_t)1 << 63) / 500000)) >> 32); in ustosbt()
/freebsd-11-stable/sys/dev/ath/
HDif_athvar.h1189 #define ath_hal_setslottime(_ah, _us) \ argument
1190 ((*(_ah)->ah_setSlotTime)((_ah), (_us)))
1193 #define ath_hal_setacktimeout(_ah, _us) \ argument
1194 ((*(_ah)->ah_setAckTimeout)((_ah), (_us)))
1197 #define ath_hal_setctstimeout(_ah, _us) \ argument
1198 ((*(_ah)->ah_setCTSTimeout)((_ah), (_us)))
/freebsd-11-stable/sys/dev/sfxge/common/
HDefsys.h1016 #define EFSYS_SPIN(_us) \ argument
1018 DELAY(_us); \