Lines Matching defs:ccw
302 * uses this to start a ccw that detects the format. The completion
303 * interrupt for this detection ccw uses the kernel event daemon to
306 * After the analysis ccw is done (do_analysis returned 0) the block
399 * ccw queue.
1485 * The head of the ccw queue will have status DASD_CQR_IN_IO for 1),
1879 * Remove those ccw requests from the queue that need to be returned
1968 * Take a look at the first request on the ccw queue and check
2037 * Take a look at the first request on the ccw queue and check
2165 /* Check expire time of first request on the ccw queue. */
2167 /* find final requests on ccw queue */
2174 /* Now check if the head of the ccw queue needs to be started. */
2707 * Process finished error recovery ccw.
2783 * Process ccw request queue.
2898 * block layer request queue, creates ccw requests, enqueues them on
2899 * a dasd_device and processes ccw requests that have been returned.
2912 /* Finish off requests on ccw queue */
2927 /* Now check if the head of the ccw queue needs to be started. */
3973 struct ccw1 *ccw;
3986 ccw = cqr->cpaddr;
3987 ccw->cmd_code = CCW_CMD_RDC;
3988 ccw->cda = (__u32)virt_to_phys(cqr->data);
3989 ccw->flags = 0;
3990 ccw->count = rdc_buffer_size;