Lines Matching refs:num_vfs

2191 	if (adapter->num_vfs > 32) {  in ixgbe_configure_msix()
2192 u32 eitrsel = (1 << (adapter->num_vfs - 32)) - 1; in ixgbe_configure_msix()
3276 if (adapter->num_vfs || (adapter->num_rx_queues > 1 && in ixgbe_set_rx_drop_en()
3388 unsigned int pf_pool = adapter->num_vfs; in ixgbe_store_vfreta()
3436 unsigned int pf_pool = adapter->num_vfs; in ixgbe_setup_vfreta()
3505 unsigned int pf_pool = adapter->num_vfs; in ixgbe_setup_mrqc()
3727 hw->mac.ops.set_mac_anti_spoofing(hw, (adapter->num_vfs != 0), in ixgbe_configure_virtualization()
3728 adapter->num_vfs); in ixgbe_configure_virtualization()
3746 for (i = 0; i < adapter->num_vfs; i++) { in ixgbe_configure_virtualization()
3828 if (adapter->num_vfs) in ixgbe_setup_rdrxctl()
5225 if (adapter->num_vfs) { in ixgbe_down()
5230 for (i = 0 ; i < adapter->num_vfs; i++) in ixgbe_down()
5439 adapter->num_vfs = 0; in ixgbe_sw_init()
5442 adapter->num_vfs = max_vfs; in ixgbe_sw_init()
6560 if (!adapter->num_vfs) in ixgbe_vf_tx_pending()
6567 for (i = 0; i < adapter->num_vfs; i++) { in ixgbe_vf_tx_pending()
6668 adapter->num_vfs == 0) in ixgbe_spoof_check()
8195 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
8212 if (!adapter->num_vfs) in ixgbe_configure_bridge_mode()
8219 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
8292 int used_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_fwd_add()
8976 e_info(probe, "IOV is enabled with %d VFs\n", adapter->num_vfs); in ixgbe_probe()
8977 for (i = 0; i < adapter->num_vfs; i++) in ixgbe_probe()
9124 adapter->num_vfs == 0) in ixgbe_io_error_detected()