Home
last modified time | relevance | path

Searched refs:QLCNIC_MGMT_FUNC (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c639 if (adapter->op_mode != QLCNIC_MGMT_FUNC) in qlcnic_set_nic_info()
736 if (adapter->op_mode != QLCNIC_MGMT_FUNC || in qlcnic_config_port_mirroring()
777 if (adapter->op_mode != QLCNIC_MGMT_FUNC && in qlcnic_get_port_stats()
833 if (adapter->op_mode != QLCNIC_MGMT_FUNC) in qlcnic_get_eswitch_stats()
883 if (adapter->op_mode != QLCNIC_MGMT_FUNC) in qlcnic_clear_esw_stats()
957 if (adapter->op_mode != QLCNIC_MGMT_FUNC) in qlcnic_config_switch_port()
1026 if (adapter->op_mode == QLCNIC_MGMT_FUNC) in qlcnic_get_eswitch_port_config()
Dqlcnic_main.c500 u32 data = QLCNIC_MGMT_FUNC; in qlcnic_set_function_modes()
521 (QLC_DEV_SET_DRV(QLCNIC_MGMT_FUNC, in qlcnic_set_function_modes()
553 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_vf()
799 priv_level = QLCNIC_MGMT_FUNC; in qlcnic_check_eswitch_mode()
804 if (priv_level == QLCNIC_MGMT_FUNC) { in qlcnic_check_eswitch_mode()
805 adapter->op_mode = QLCNIC_MGMT_FUNC; in qlcnic_check_eswitch_mode()
926 if (adapter->op_mode == QLCNIC_MGMT_FUNC) in qlcnic_check_npar_opertional()
948 adapter->op_mode != QLCNIC_MGMT_FUNC) in qlcnic_set_mgmt_operations()
2920 if (adapter->op_mode != QLCNIC_MGMT_FUNC) { in qlcnic_attach_work()
3525 if (adapter->op_mode == QLCNIC_MGMT_FUNC) in validate_esw_config()
[all …]
Dqlcnic_hdr.h770 QLCNIC_MGMT_FUNC = 0, enumerator