Searched defs:ccwbk (Results 1 – 1 of 1) sorted by relevance
189 struct ccwbk { struct190 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 */[all …]