Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c354 int new_num_ntfy_blks = (vecs_enabled - 1) & ~0x1; in gve_alloc_notify_blocks() local
355 int vecs_per_type = new_num_ntfy_blks / 2; in gve_alloc_notify_blocks()
356 int vecs_left = new_num_ntfy_blks % 2; in gve_alloc_notify_blocks()
358 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()