struct xpum_vgpu_function_info_t

Overview

#include <xpum_structs.h>

struct xpum_vgpu_function_info_t
{
    // fields

    char bdfAddress[XPUM_MAX_STR_LENGTH];
    xpum_device_function_type_t functionType;
    uint64_t lmemSize;
    xpum_device_id_t deviceId;
};

Detailed Documentation

Fields

char bdfAddress[XPUM_MAX_STR_LENGTH]

BDF address of the function.

xpum_device_function_type_t functionType

Physical function or virtual function.

uint64_t lmemSize

The size of local memory of the function.

xpum_device_id_t deviceId

Device ID of the function.