Searched refs:sriov_enabled (Results 1 – 7 of 7) sorted by relevance
522 if (!oct->sriov_info.sriov_enabled) in lio_vf_rep_create()609 if (!oct->sriov_info.sriov_enabled) in lio_vf_rep_destroy()
506 if (oct->sriov_info.sriov_enabled) { in lio_ethtool_get_channels()615 if (oct->sriov_info.sriov_enabled) { in lio_ethtool_set_channels()1174 if ((OCTEON_CN23XX_PF(oct)) && !oct->sriov_info.sriov_enabled) in lio_reset_queues()1193 !oct->sriov_info.sriov_enabled) { in lio_reset_queues()1221 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()1250 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()1271 if (oct->sriov_info.sriov_enabled || OCTEON_CN23XX_VF(oct)) in lio_reset_queues()
387 u32 sriov_enabled; member
1135 if (oct->sriov_info.sriov_enabled) in octeon_destroy_resources()3768 oct->sriov_info.sriov_enabled = 1; in octeon_enable_sriov()3821 (oct->sriov_info.sriov_enabled)) { in liquidio_enable_sriov()
1304 oct->sriov_info.sriov_enabled = 0; in cn23xx_sriov_config()
1865 if (!sriov_enabled(adapter)) in be_set_vf_mac()1905 if (!sriov_enabled(adapter)) in be_get_vf_config()1986 if (!sriov_enabled(adapter)) in be_set_vf_vlan()2022 if (!sriov_enabled(adapter)) in be_set_vf_tx_rate()2081 if (!sriov_enabled(adapter)) in be_set_vf_link_state()2106 if (!sriov_enabled(adapter)) in be_set_vf_spoofchk()4127 if (sriov_enabled(adapter)) in be_clear()4963 if (!sriov_enabled(adapter)) in be_ndo_bridge_setlink()
693 #define sriov_enabled(adapter) (adapter->flags & \ macro