Searched refs:prot_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c3244 u16 prot_mode; local
3257 prot_mode = MWL8K_FRAME_PROT_11G;
3262 prot_mode = MWL8K_FRAME_PROT_11N_HT_40MHZ_ONLY;
3265 prot_mode = MWL8K_FRAME_PROT_11N_HT_ALL;
3268 prot_mode = MWL8K_FRAME_PROT_DISABLED;
3272 cmd->protection_mode = cpu_to_le16(prot_mode);
/linux-master/net/mac80211/
H A Dutil.c2590 u16 prot_mode, bool rifs_mode)
2625 ht_oper->operation_mode = cpu_to_le16(prot_mode);
2588 ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap, const struct cfg80211_chan_def *chandef, u16 prot_mode, bool rifs_mode) argument
H A Dieee80211_i.h2482 u16 prot_mode, bool rifs_mode);
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c2871 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; local
2887 intr_type == INTR_TYPE_HARD_EXCEPTION && prot_mode &&

Completed in 174 milliseconds