Lines Matching refs:ccw1
126 struct ccw1 *cpaddr; /* address of the channel program. */
303 static inline struct ccw1 *
304 tape_ccw_cc(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_cc()
313 static inline struct ccw1 *
314 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end()
323 static inline struct ccw1 *
324 tape_ccw_cmd(struct ccw1 *ccw, __u8 cmd_code) in tape_ccw_cmd()
333 static inline struct ccw1 *
334 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat()
346 static inline struct ccw1 *
347 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal()
355 static inline struct ccw1 *
356 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()