Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_main.c340 GVE_MIN_MSIX, num_vecs_requested); in gve_alloc_notify_blocks()
343 GVE_MIN_MSIX, vecs_enabled); in gve_alloc_notify_blocks()
2053 } else if (num_ntfy < GVE_MIN_MSIX) { in gve_init_priv()
2055 GVE_MIN_MSIX, num_ntfy); in gve_init_priv()
Dgve.h31 #define GVE_MIN_MSIX 3 macro