Data Plane Development Kit Reference Manual: Intel FPGA Programmable Acceleration Card N3000

ID 683512
Date 12/06/2019
Public
Document Table of Contents

2.4.1.2. opae_adapter_data_alloc()

Prototype:

void *opae_adapter_data_alloc(enum opae_adapter_type type);

Arguments:

opae_adapter_type: Specifies the adapter type. PCI is the only valid opae_adapter_type.

Returns:

Void.

Description:

Allocates opae_adapter_data and passes opae_adapter_data to opae_adapter_init().
Related Defines #define opae_adapter_data_free(data) opae_free(data)