Lines Matching +full:guest +full:- +full:index +full:- +full:bits
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2023-2024 Google LLC
223 #define GVE_CAP2(a) BIT(((int) a) - 64)
224 #define GVE_CAP3(a) BIT(((int) a) - 128)
225 #define GVE_CAP4(a) BIT(((int) a) - 192)
228 * The following four defines describe 256 compatibility bits.
229 * Only a few bits (as shown in `gve_driver_compatibility`) are currently
312 __be32 index; member
333 __be32 db_index; /* Device -> Guest */
334 __be32 counter_index; /* Device -> Guest */
390 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */