Searched refs:new_num_ntfy_blks (Results 1 – 1 of 1) sorted by relevance
293 int new_num_ntfy_blks = (vecs_enabled - 1) & ~0x1; in gve_alloc_notify_blocks() local294 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()