alf_wb_dtl_begin - Marks the beginning of a data transfer list for the specified target buffer_type.
int alf_wb_dtl_begin (alf_wb_handle_t wb_handle, ALF_BUF_TYPE_T buffer_type, unsigned int offset_to_accel_buf);
Parameters | |
wb_handle [IN] | The work block handle. |
buffer_type [IN] | The type of the buffer. Possible values are:
|
offset_to_accel_buf [IN] | Offset of the target buffer on the accelerator. |
This function marks the beginning of a data transfer list for the specified target buffer_type. Further calls to function alf_wb_dtl_entry_add refers to the currently opened data transfer list. You can create multiple data transfer lists per buffer type, however, only one data transfer list is opened for entry at any time for a specific work block there can be no nesting of data transfer list.
0 | Success. |
less than 0 | Errors occurred:
|