Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c194 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
202 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_config_vnic_opmode()
204 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_config_vnic_opmode()
206 switch (priv_level) { in qlcnic_83xx_config_vnic_opmode()
Dqlcnic_main.c1123 u32 op_mode, priv_level; in qlcnic_check_vf() local
1135 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_vf()
1137 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_vf()
1139 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_check_vf()
1461 u32 op_mode, priv_level; in qlcnic_check_eswitch_mode() local
1472 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1475 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_eswitch_mode()
1477 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1480 if (priv_level == QLCNIC_MGMT_FUNC) { in qlcnic_check_eswitch_mode()
1490 } else if (priv_level == QLCNIC_PRIV_FUNC) { in qlcnic_check_eswitch_mode()
Dqlcnic_83xx_hw.c762 u32 op_mode, priv_level; in qlcnic_83xx_check_vf() local
776 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_check_vf()
778 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_check_vf()
781 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_83xx_check_vf()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_emulate.c68 enum priv_level { enum
74 static bool spr_allowed(struct kvm_vcpu *vcpu, enum priv_level level) in spr_allowed()