Lines Matching defs:data
33 * tcw_get_data - return pointer to input/output data associated with tcw
36 * Return the input or output data address specified in the tcw depending
75 * tcw_init - initialize tcw data structure
80 * Initialize all fields of the specified tcw data structure with zero and
128 /* TODO: find out if padding applies to total of data
129 * transferred or data transferred by this tidaw. Assumption:
144 * @num_tidaws: the number of tidaws used to address input/output data or zero
148 * tcat the tccb and terminate the data tidaw list if used.
198 * tcw_set_data - set data address and tida flag of a tcw
200 * @data: the data address
201 * @use_tidal: zero of the data address specifies a contiguous block of data,
204 * Set the input/output data address of a tcw (depending on the value of the
208 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal)
211 tcw->input = virt_to_phys(data);
215 tcw->output = virt_to_phys(data);
284 * @cd: pointer to control data for this dcw or NULL if none is required
285 * @cd_count: number of control data bytes for this dcw
286 * @count: number of data bytes for this dcw
331 * Add a new tidaw to the input/output data tidaw-list of the specified tcw