ALF_ACCEL_DTL_ENTRY_ADD - Fills the data transfer list entry.
ALF_ACCEL_DTL_ENTRY_ADD (void *p_dtl, unsigned int data_size, ALF_DATA_TYPE_T data_type, alf_data_addr64_t p_host_address);
Parameters | |
p_dtl[IN] | Pointer to buffer for the data transfer list data structure. |
data_size[IN] | Size of the data in unit of the data type. |
data_type[IN] | The type of data. This value is required if data endianess conversion is necessary when moving the data. |
host_address[IN] | Address of the host memory. |
This function fills the data transfer list entry.
This API is for the accelerator node side to generate the data transfer list entries. It can be implemented as macros on some platforms.
None. |