Symbol: priv_level
arch/powerpc/kvm/book3s_emulate.c
70
static bool spr_allowed(struct kvm_vcpu *vcpu, enum priv_level level)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
759
u32 op_mode, priv_level;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
773
priv_level = QLCNIC_MGMT_FUNC;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
775
priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode,
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
778
if (priv_level == QLCNIC_NON_PRIV_FUNC) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
193
u32 op_mode, priv_level;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
201
priv_level = QLCNIC_MGMT_FUNC;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
203
priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode,
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
205
switch (priv_level) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1093
u32 op_mode, priv_level;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1105
priv_level = QLCNIC_MGMT_FUNC;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1107
priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1109
if (priv_level == QLCNIC_NON_PRIV_FUNC) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1431
u32 op_mode, priv_level;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1442
priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1445
priv_level = QLCNIC_MGMT_FUNC;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1447
priv_level = QLC_DEV_GET_DRV(op_mode, adapter->ahw->pci_func);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1450
if (priv_level == QLCNIC_MGMT_FUNC) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1460
} else if (priv_level == QLCNIC_PRIV_FUNC) {