Lines Matching refs:ccw1
125 struct ccw1 *cpaddr; /* address of the channel program. */
304 static inline struct ccw1 *
305 tape_ccw_cc(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_cc()
314 static inline struct ccw1 *
315 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end()
324 static inline struct ccw1 *
325 tape_ccw_cmd(struct ccw1 *ccw, __u8 cmd_code) in tape_ccw_cmd()
334 static inline struct ccw1 *
335 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat()
347 static inline struct ccw1 *
348 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal()
356 static inline struct ccw1 *
357 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()