Lines Matching defs:count
103 u32 count = 0;
109 count += dcw->count;
114 return count;
130 data_count += tidaw[i].count;
146 * Calculate the input-/output-count and tccbl field in the tcw, add a
158 u32 count;
168 /* Calculate tcw input/output count and tcat transport count. */
169 count = calc_dcw_count(tccb);
171 count += calc_cbc_size(tidaw, num_tidaws);
173 tcw->input_count = count;
175 tcw->output_count = count;
176 tcat->count = ALIGN(count, 4) + 4;
285 * @count: number of data bytes for this dcw
288 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
296 void *cd, u8 cd_count, u32 count)
313 dcw->count = count;
328 * @count: count value for the new tidaw
339 void *addr, u32 count)
347 tidaw->count = count;