Home
last modified time | relevance | path

Searched refs:IEEE80211_TXOP_TO_US (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_proto.h203 #define IEEE80211_TXOP_TO_US(_txop) ((_txop)<<5) macro
/netbsd-src/sys/dev/ic/
H A Dathn.c2585 IEEE80211_TXOP_TO_US(ac->ac_txoplimit)) | in athn_updateedca()
/netbsd-src/sys/dev/pci/
H A Dif_iwi.c980 #define IWI_USEC(v) htole16(IEEE80211_TXOP_TO_US(v)) in iwi_wme_update()
H A Dif_wpi.c2422 #define WPI_USEC(v) htole16(IEEE80211_TXOP_TO_US(v)) in wpi_wme_update()
H A Dif_iwn.c5132 #define IWN_USEC(v) htole16(IEEE80211_TXOP_TO_US(v)) in iwn_wme_update()