Home
last modified time | relevance | path

Searched refs:priv_level (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c193 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
201 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_config_vnic_opmode()
203 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_config_vnic_opmode()
205 switch (priv_level) { in qlcnic_83xx_config_vnic_opmode()
H A Dqlcnic_main.c1103 u32 op_mode, priv_level; in qlcnic_check_vf() local
1115 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_vf()
1117 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_vf()
1119 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_check_vf()
1441 u32 op_mode, priv_level; in qlcnic_check_eswitch_mode() local
1452 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1455 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_eswitch_mode()
1457 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1460 if (priv_level == QLCNIC_MGMT_FUNC) { in qlcnic_check_eswitch_mode()
1470 } else if (priv_level in qlcnic_check_eswitch_mode()
[all...]
H A Dqlcnic_83xx_hw.c760 u32 op_mode, priv_level; in qlcnic_83xx_check_vf() local
774 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_check_vf()
776 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_check_vf()
779 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_83xx_check_vf()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c193 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
201 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_config_vnic_opmode()
203 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_config_vnic_opmode()
205 switch (priv_level) { in qlcnic_83xx_config_vnic_opmode()
H A Dqlcnic_main.c1099 u32 op_mode, priv_level; in qlcnic_check_vf() local
1111 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_vf()
1113 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_vf()
1115 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_check_vf()
1437 u32 op_mode, priv_level; in qlcnic_check_eswitch_mode() local
1448 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1451 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_eswitch_mode()
1453 priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func); in qlcnic_check_eswitch_mode()
1456 if (priv_level == QLCNIC_MGMT_FUNC) { in qlcnic_check_eswitch_mode()
1466 } else if (priv_level in qlcnic_check_eswitch_mode()
[all...]
H A Dqlcnic_83xx_hw.c759 u32 op_mode, priv_level; in qlcnic_83xx_check_vf() local
773 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_83xx_check_vf()
775 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_check_vf()
778 if (priv_level == QLCNIC_NON_PRIV_FUNC) { in qlcnic_83xx_check_vf()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_emulate.c68 enum priv_level { enum
74 static bool spr_allowed(struct kvm_vcpu *vcpu, enum priv_level level) in spr_allowed()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_emulate.c64 enum priv_level { enum
70 static bool spr_allowed(struct kvm_vcpu *vcpu, enum priv_level level) in spr_allowed()

Completed in 19 milliseconds