• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/

Lines Matching defs:ccw

278  * uses this to start a ccw that detects the format. The completion
279 * interrupt for this detection ccw uses the kernel event daemon to
282 * After the analysis ccw is done (do_analysis returned 0) the block
354 * ccw queue.
699 * memory and 2) dasd_smalloc_request uses the static ccw memory
790 struct ccw1 *ccw;
793 ccw = cqr->cpaddr;
795 clear_normalized_cda(ccw);
796 } while (ccw++->flags & (CCW_FLAG_CC | CCW_FLAG_DC));
982 * The head of the ccw queue will have status DASD_CQR_IN_IO for 1),
1239 * Remove those ccw requests from the queue that need to be returned
1313 * Take a look at the first request on the ccw queue and check
1343 * Take a look at the first request on the ccw queue and check
1443 /* Check expire time of first request on the ccw queue. */
1445 /* find final requests on ccw queue */
1451 /* Now check if the head of the ccw queue needs to be started. */
1809 * Process finished error recovery ccw.
1841 * We requeue request from the block device queue to the ccw
1922 * Process ccw request queue.
2031 * block layer request queue, creates ccw requests, enqueues them on
2032 * a dasd_device and processes ccw requests that have been returned.
2043 /* Finish off requests on ccw queue */
2056 /* Now check if the head of the ccw queue needs to be started. */
2155 /* Now check if the head of the ccw queue needs to be started. */
2726 struct ccw1 *ccw;
2739 ccw = cqr->cpaddr;
2740 ccw->cmd_code = CCW_CMD_RDC;
2743 ccw->cda = (__u32)(addr_t) idaw;
2744 ccw->flags = CCW_FLAG_IDA;
2747 ccw->cda = (__u32)(addr_t) rdc_buffer;
2748 ccw->flags = 0;
2751 ccw->count = rdc_buffer_size;