Lines Matching refs:ccwdev
454 rc = ccw_device_start(channel->ccwdev, ccw, (addr_t) iob, 0, 0); in __qeth_issue_next_read()
1216 if (card->read.ccwdev == cdev) { in qeth_irq()
1219 } else if (card->write.ccwdev == cdev) { in qeth_irq()
1273 dev_warn(&channel->ccwdev->dev, in qeth_irq()
1277 CCW_DEVID(channel->ccwdev), cstat, in qeth_irq()
1506 struct ccw_device *ccwdev; in qeth_update_from_chp_desc() local
1511 ccwdev = card->data.ccwdev; in qeth_update_from_chp_desc()
1512 chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); in qeth_update_from_chp_desc()
1675 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1676 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1677 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1697 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1698 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1699 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1714 struct ccw_device *cdev = channel->ccwdev; in qeth_stop_channel()
1732 struct ccw_device *cdev = channel->ccwdev; in qeth_start_channel()
2059 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2060 rc = ccw_device_start_timeout(channel->ccwdev, __ccw_from_cmd(iob), in qeth_send_control_data()
2062 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2144 ciw = ccw_device_get_ciw(channel->ccwdev, CIW_TYPE_RCD); in qeth_read_conf_data()
2180 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2185 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2190 CCW_DEVID(channel->ccwdev)); in qeth_idx_check_activate_response()
2212 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_read_channel_cb()
2247 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_write_channel_cb()
3815 static void qeth_qdio_input_handler(struct ccw_device *ccwdev, in qeth_qdio_input_handler() argument
3829 static void qeth_qdio_output_handler(struct ccw_device *ccwdev, in qeth_qdio_output_handler() argument
5002 struct ccw_device *ddev = channel->ccwdev; in qeth_determine_capabilities()