Lines Matching refs:num_vfs
2151 if (adapter->num_vfs > 32) { in ixgbe_configure_msix()
2152 u32 eitrsel = (1 << (adapter->num_vfs - 32)) - 1; in ixgbe_configure_msix()
3190 if (adapter->num_vfs || (adapter->num_rx_queues > 1 && in ixgbe_set_rx_drop_en()
3302 unsigned int pf_pool = adapter->num_vfs; in ixgbe_store_vfreta()
3350 unsigned int pf_pool = adapter->num_vfs; in ixgbe_setup_vfreta()
3419 unsigned int pf_pool = adapter->num_vfs; in ixgbe_setup_mrqc()
3641 hw->mac.ops.set_mac_anti_spoofing(hw, (adapter->num_vfs != 0), in ixgbe_configure_virtualization()
3642 adapter->num_vfs); in ixgbe_configure_virtualization()
3654 for (i = 0; i < adapter->num_vfs; i++) { in ixgbe_configure_virtualization()
5121 if (adapter->num_vfs) { in ixgbe_down()
5126 for (i = 0 ; i < adapter->num_vfs; i++) in ixgbe_down()
5339 adapter->num_vfs = 0; in ixgbe_sw_init()
5342 adapter->num_vfs = max_vfs; in ixgbe_sw_init()
6435 if (!adapter->num_vfs) in ixgbe_vf_tx_pending()
6442 for (i = 0; i < adapter->num_vfs; i++) { in ixgbe_vf_tx_pending()
6543 adapter->num_vfs == 0) in ixgbe_spoof_check()
7966 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
7983 if (!adapter->num_vfs) in ixgbe_configure_bridge_mode()
7990 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
8062 int used_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_fwd_add()
8715 e_info(probe, "IOV is enabled with %d VFs\n", adapter->num_vfs); in ixgbe_probe()
8716 for (i = 0; i < adapter->num_vfs; i++) in ixgbe_probe()
8867 adapter->num_vfs == 0) in ixgbe_io_error_detected()