Lines Matching refs:ccwdev
452 rc = ccw_device_start(channel->ccwdev, ccw, (addr_t) iob, 0, 0); in __qeth_issue_next_read()
1214 if (card->read.ccwdev == cdev) { in qeth_irq()
1217 } else if (card->write.ccwdev == cdev) { in qeth_irq()
1271 dev_warn(&channel->ccwdev->dev, in qeth_irq()
1275 CCW_DEVID(channel->ccwdev), cstat, in qeth_irq()
1504 struct ccw_device *ccwdev; in qeth_update_from_chp_desc() local
1509 ccwdev = card->data.ccwdev; in qeth_update_from_chp_desc()
1510 chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); in qeth_update_from_chp_desc()
1673 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1674 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1675 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1695 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1696 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1697 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1712 struct ccw_device *cdev = channel->ccwdev; in qeth_stop_channel()
1730 struct ccw_device *cdev = channel->ccwdev; in qeth_start_channel()
2057 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2058 rc = ccw_device_start_timeout(channel->ccwdev, __ccw_from_cmd(iob), in qeth_send_control_data()
2060 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2142 ciw = ccw_device_get_ciw(channel->ccwdev, CIW_TYPE_RCD); in qeth_read_conf_data()
2178 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2183 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2188 CCW_DEVID(channel->ccwdev)); in qeth_idx_check_activate_response()
2210 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_read_channel_cb()
2245 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_write_channel_cb()
3813 static void qeth_qdio_input_handler(struct ccw_device *ccwdev, in qeth_qdio_input_handler() argument
3827 static void qeth_qdio_output_handler(struct ccw_device *ccwdev, in qeth_qdio_output_handler() argument
4999 struct ccw_device *ddev = channel->ccwdev; in qeth_determine_capabilities()