Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/
Dmwl8k.c3244 u16 prot_mode; in mwl8k_cmd_set_aid() local
3257 prot_mode = MWL8K_FRAME_PROT_11G; in mwl8k_cmd_set_aid()
3262 prot_mode = MWL8K_FRAME_PROT_11N_HT_40MHZ_ONLY; in mwl8k_cmd_set_aid()
3265 prot_mode = MWL8K_FRAME_PROT_11N_HT_ALL; in mwl8k_cmd_set_aid()
3268 prot_mode = MWL8K_FRAME_PROT_DISABLED; in mwl8k_cmd_set_aid()
3272 cmd->protection_mode = cpu_to_le16(prot_mode); in mwl8k_cmd_set_aid()
/Linux-v6.6/net/mac80211/
Dieee80211_i.h2484 u16 prot_mode, bool rifs_mode);
Dutil.c3335 u16 prot_mode, bool rifs_mode) in ieee80211_ie_build_ht_oper() argument
3370 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c2835 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls() local
2851 intr_type == INTR_TYPE_HARD_EXCEPTION && prot_mode && in nested_check_vm_entry_controls()