Lines Matching defs:flags
80 * fill in the format, flags, r and w fields.
86 tcw->flags = TCW_FLAGS_TIDAW_FORMAT(TCW_TIDAW_FORMAT_DEFAULT);
110 if (!(dcw->flags & DCW_FLAGS_CC))
125 if (tidaw[i].flags & TIDAW_FLAGS_LAST)
131 if (tidaw[i].flags & TIDAW_FLAGS_INSERT_CBC) {
163 tidaw[num_tidaws - 1].flags |= TIDAW_FLAGS_LAST;
170 if (tcw->w && (tcw->flags & TCW_FLAGS_OUTPUT_TIDA))
212 tcw->flags |= TCW_FLAGS_INPUT_TIDA;
216 tcw->flags |= TCW_FLAGS_OUTPUT_TIDA;
282 * @flags: flags for the dcw
288 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
295 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags,
312 dcw->flags = flags;
326 * @flags: flags for the new tidaw
338 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,
346 tidaw->flags = flags;