Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c346 GVE_MIN_MSIX, num_vecs_requested); in gve_alloc_notify_blocks()
349 GVE_MIN_MSIX, vecs_enabled); in gve_alloc_notify_blocks()
2068 } else if (num_ntfy < GVE_MIN_MSIX) { in gve_init_priv()
2070 GVE_MIN_MSIX, num_ntfy); in gve_init_priv()
H A Dgve.h31 #define GVE_MIN_MSIX 3 macro