Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_main.c306 int new_num_ntfy_blks = (vecs_enabled - 1) & ~0x1; in gve_alloc_notify_blocks() local
307 int vecs_per_type = new_num_ntfy_blks / 2; in gve_alloc_notify_blocks()
308 int vecs_left = new_num_ntfy_blks % 2; in gve_alloc_notify_blocks()
310 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()