Lines Matching defs:ccw
331 * uses this to start a ccw that detects the format. The completion
332 * interrupt for this detection ccw uses the kernel event daemon to
335 * After the analysis ccw is done (do_analysis returned 0) the block
428 * ccw queue.
1550 * The head of the ccw queue will have status DASD_CQR_IN_IO for 1),
1945 * Remove those ccw requests from the queue that need to be returned
2024 * Take a look at the first request on the ccw queue and check
2092 * Take a look at the first request on the ccw queue and check
2213 /* Check expire time of first request on the ccw queue. */
2215 /* find final requests on ccw queue */
2222 /* Now check if the head of the ccw queue needs to be started. */
2755 * Process finished error recovery ccw.
2826 * Process ccw request queue.
2943 * block layer request queue, creates ccw requests, enqueues them on
2944 * a dasd_device and processes ccw requests that have been returned.
2957 /* Finish off requests on ccw queue */
2972 /* Now check if the head of the ccw queue needs to be started. */
4111 struct ccw1 *ccw;
4124 ccw = cqr->cpaddr;
4125 ccw->cmd_code = CCW_CMD_RDC;
4126 ccw->cda = (__u32)(addr_t) cqr->data;
4127 ccw->flags = 0;
4128 ccw->count = rdc_buffer_size;