Searched refs:ccw_device_start (Results 1 – 14 of 14) sorted by relevance
/drivers/s390/net/ |
D | ctcm_fsms.c | 309 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_txdone() 419 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_rx() 480 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_firstio() 529 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_rxidle() 573 rc = ccw_device_start(ch->cdev, &ch->ccw[6], in ctcm_chx_setmode() 1043 rc = ccw_device_start(ch->cdev, &ch->ccw[3], in ctcm_chx_txretry() 1363 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_txdone() 1465 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_rx() 1572 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_rxidle() 1827 rc = ccw_device_start(wch->cdev, &wch->ccw[3], in ctcmpc_chx_send_sweep()
|
D | ctcm_main.c | 571 rc = ccw_device_start(ch->cdev, &ch->ccw[ccw_idx], in ctcm_transmit_skb() 835 rc = ccw_device_start(ch->cdev, &ch->ccw[ccw_idx], in ctcmpc_transmit_skb()
|
D | ctcm_mpc.c | 1527 rc = ccw_device_start(ch->cdev, &ch->ccw[15], in mpc_action_send_discontact() 1802 rc = ccw_device_start(ch->cdev, &ch->ccw[8], in mpc_action_side_xid()
|
D | qeth_core_main.c | 543 rc = ccw_device_start(card->read.ccwdev, &card->read.ccw, in __qeth_issue_next_read() 1806 rc = ccw_device_start(channel->ccwdev, in qeth_idx_activate_get_answer() 1878 rc = ccw_device_start(channel->ccwdev, in qeth_idx_activate_channel() 2103 rc = ccw_device_start(card->write.ccwdev, &card->write.ccw, in qeth_send_control_data()
|
D | lcs.c | 499 rc = ccw_device_start(channel->ccwdev, in lcs_start_channel()
|
D | qeth_l2_main.c | 1466 rc = ccw_device_start(card->write.ccwdev, &card->write.ccw, in qeth_osn_send_control_data()
|
/drivers/s390/cio/ |
D | device_ops.c | 302 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() function 687 EXPORT_SYMBOL(ccw_device_start);
|
D | qdio_main.c | 1376 rc = ccw_device_start(cdev, &irq_ptr->ccw, QDIO_DOING_ESTABLISH, 0, 0); in qdio_establish() 1441 rc = ccw_device_start(cdev, &irq_ptr->ccw, QDIO_DOING_ACTIVATE, in qdio_activate()
|
/drivers/s390/char/ |
D | con3215.c | 257 res = ccw_device_start(raw->cdev, req->ccws, in raw3215_start_io() 271 res = ccw_device_start(raw->cdev, req->ccws, in raw3215_start_io()
|
D | raw3270.c | 246 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, in __raw3270_start() 370 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, in raw3270_irq()
|
D | vmur.c | 285 rc = ccw_device_start(cdev, cpa, 1, 0, 0); in do_ur_io()
|
D | tape_core.c | 781 rc = ccw_device_start( in __tape_start_io()
|
/drivers/s390/virtio/ |
D | virtio_ccw.c | 312 ret = ccw_device_start(vcdev->cdev, ccw, intparm, 0, 0); in ccw_io_helper()
|
/drivers/s390/block/ |
D | dasd.c | 1459 rc = ccw_device_start(device->cdev, cqr->cpaddr, in dasd_start_IO()
|