Lines Matching defs:data
32 * tcw_get_data - return pointer to input/output data associated with tcw
35 * Return the input or output data address specified in the tcw depending
74 * tcw_init - initialize tcw data structure
79 * Initialize all fields of the specified tcw data structure with zero and
127 /* TODO: find out if padding applies to total of data
128 * transferred or data transferred by this tidaw. Assumption:
143 * @num_tidaws: the number of tidaws used to address input/output data or zero
147 * tcat the tccb and terminate the data tidaw list if used.
197 * tcw_set_data - set data address and tida flag of a tcw
199 * @data: the data address
200 * @use_tidal: zero of the data address specifies a contiguous block of data,
203 * Set the input/output data address of a tcw (depending on the value of the
207 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal)
210 tcw->input = (u64) ((addr_t) data);
214 tcw->output = (u64) ((addr_t) data);
283 * @cd: pointer to control data for this dcw or NULL if none is required
284 * @cd_count: number of control data bytes for this dcw
285 * @count: number of data bytes for this dcw
330 * Add a new tidaw to the input/output data tidaw-list of the specified tcw