Lines Matching defs:cdev
62 static void zfcp_qdio_int_req(struct ccw_device *cdev, unsigned int qdio_err,
83 static void zfcp_qdio_int_resp(struct ccw_device *cdev, unsigned int qdio_err,
130 if (do_QDIO(cdev, QDIO_FLAG_SYNC_INPUT, 0, idx, count))
372 struct ccw_device *cdev = adapter->ccw_device;
396 if (qdio_establish(cdev, &init_data))
399 if (qdio_get_ssqd_desc(cdev, &ssqd))
417 if (qdio_activate(cdev))
428 if (do_QDIO(cdev, QDIO_FLAG_SYNC_INPUT, 0, 0, QDIO_MAX_BUFFERS_PER_Q))
441 qdio_shutdown(cdev, QDIO_FLAG_CLEANUP_USING_CLEAR);
443 dev_err(&cdev->dev,