Home
last modified time | relevance | path

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

/drivers/net/ethernet/google/gve/
Dgve_main.c293 int new_num_ntfy_blks = (vecs_enabled - 1) & ~0x1; in gve_alloc_notify_blocks() local
294 int vecs_per_type = new_num_ntfy_blks / 2; in gve_alloc_notify_blocks()
295 int vecs_left = new_num_ntfy_blks % 2; in gve_alloc_notify_blocks()
297 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()