Searched refs:vecs_enabled (Results 1 – 1 of 1) sorted by relevance
287 int vecs_enabled; in gve_alloc_notify_blocks() local297 vecs_enabled = pci_enable_msix_range(priv->pdev, priv->msix_vectors, in gve_alloc_notify_blocks()299 if (vecs_enabled < 0) { in gve_alloc_notify_blocks()301 GVE_MIN_MSIX, vecs_enabled); in gve_alloc_notify_blocks()302 err = vecs_enabled; in gve_alloc_notify_blocks()305 if (vecs_enabled != num_vecs_requested) { in gve_alloc_notify_blocks()306 int new_num_ntfy_blks = (vecs_enabled - 1) & ~0x1; in gve_alloc_notify_blocks()318 vecs_enabled, priv->tx_cfg.max_queues, in gve_alloc_notify_blocks()