Home
last modified time | relevance | path

Searched refs:GVE_MIN_MSIX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c437 GVE_MIN_MSIX, num_vecs_requested); in gve_alloc_notify_blocks()
440 GVE_MIN_MSIX, vecs_enabled); in gve_alloc_notify_blocks()
2302 } else if (num_ntfy < GVE_MIN_MSIX) { in gve_init_priv()
2304 GVE_MIN_MSIX, num_ntfy); in gve_init_priv()
H A Dgve.h34 #define GVE_MIN_MSIX 3 macro