Searched refs:AMD_SRIOV_MSG_RESERVE_UCODE (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h56 #define AMD_SRIOV_MSG_RESERVE_UCODE 24 macro
265 } ucode_info[AMD_SRIOV_MSG_RESERVE_UCODE];
322 _Static_assert(AMD_SRIOV_MSG_RESERVE_UCODE % 4 == 0,
323 "AMD_SRIOV_MSG_RESERVE_UCODE must be multiple of 4");
325 _Static_assert(AMD_SRIOV_MSG_RESERVE_UCODE > AMD_SRIOV_UCODE_ID__MAX,
326 "AMD_SRIOV_MSG_RESERVE_UCODE must be bigger than AMD_SRIOV_UCODE_ID__MAX");

Completed in 61 milliseconds