Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/amd64/amd64/
Dmpboot.S82 .long protmode-mptramp_start /* offset in segment */
89 protmode: label
/freebsd-9-stable/sys/i386/i386/
Dmpboot.s175 pushl $(protmode-bootMP)
179 protmode: label
/freebsd-9-stable/sys/net80211/
Dieee80211_ht.c1251 uint8_t protmode; in htinfo_update() local
1254 protmode = IEEE80211_HTINFO_OPMODE_MIXED in htinfo_update()
1257 protmode = IEEE80211_HTINFO_OPMODE_PROTOPT in htinfo_update()
1262 protmode = IEEE80211_HTINFO_OPMODE_HT20PR; in htinfo_update()
1264 protmode = IEEE80211_HTINFO_OPMODE_PURE; in htinfo_update()
1266 if (protmode != ic->ic_curhtprotmode) { in htinfo_update()
1267 ic->ic_curhtprotmode = protmode; in htinfo_update()
1321 ieee80211_htprot_update(struct ieee80211com *ic, int protmode) in ieee80211_htprot_update() argument
1327 KASSERT(protmode & IEEE80211_HTINFO_NONHT_PRESENT, in ieee80211_htprot_update()
1328 ("protmode 0x%x", protmode)); in ieee80211_htprot_update()
[all …]
Dieee80211_ht.h183 void ieee80211_htprot_update(struct ieee80211com *, int protmode);