Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
Dgve_main.c224 GVE_MIN_MSIX, num_vecs_requested); in gve_alloc_notify_blocks()
227 GVE_MIN_MSIX, vecs_enabled); in gve_alloc_notify_blocks()
1164 } else if (num_ntfy < GVE_MIN_MSIX) { in gve_init_priv()
1166 GVE_MIN_MSIX, num_ntfy); in gve_init_priv()
Dgve.h28 #define GVE_MIN_MSIX 3 macro