Lines Matching defs:ccwbk
189 struct ccwbk { struct
190 void *next; /* pointer to next ccw block */
191 __u32 real; /* real address of this ccw */
192 void *p_buffer; /* virtual address of data */
193 struct clawh header; /* claw header */
194 struct ccw1 write; /* write CCW */
195 struct ccw1 w_read_FF; /* read FF */
196 struct ccw1 w_TIC_1; /* TIC */
197 struct ccw1 read; /* read CCW */
198 struct ccw1 read_h; /* read header */
199 struct ccw1 signal; /* signal SMOD */
200 struct ccw1 r_TIC_1; /* TIC1 */
201 struct ccw1 r_read_FF; /* read FF */
202 struct ccw1 r_TIC_2; /* TIC2 */