Lines Matching defs:data
269 * Update the data size of a transfer entry
302 // to meet the requirement of TE data max alignment
357 const void *data)
387 if (data) {
388 // get TE data pointer
393 memmove(te_data, data, data_size);
402 * Add a new transfer entry into a transfer list with specified new data
410 const void *data, uint8_t alignment)
424 // TE data address is not aligned to the new alignment
437 te = transfer_list_add(tl, tag_id, data_size, data);
465 * Retrieve the data pointer of a specified transfer entry
466 * Return pointer to the transfer entry data or NULL on error