Home
last modified time | relevance | path

Searched refs:ccw_device_start (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/Documentation/s390/
Dcds.txt60 ccw_device_start()
148 ccw_device_start() interface that takes a device specific channel program (one
151 ccw_device_start() routine allows to specify whether it expects the CDS layer
153 only. See ccw_device_start() for more details. A device driver must never issue
178 ccw_device_start() - Initiate I/O Request
180 The ccw_device_start() routines is the I/O request front-end processor. All
182 must not issue ESA/390 I/O commands itself. Instead the ccw_device_start()
187 with the associated I/O request when calling ccw_device_start().
189 int ccw_device_start(struct ccw_device *cdev,
264 The ccw_device_start() function returns :
[all …]
/linux-4.4.14/drivers/s390/net/
Dctcm_fsms.c309 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()
Dctcm_main.c571 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()
Dctcm_mpc.c1527 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()
Dqeth_core_main.c539 rc = ccw_device_start(card->read.ccwdev, &card->read.ccw, in qeth_issue_next_read()
1799 rc = ccw_device_start(channel->ccwdev, in qeth_idx_activate_get_answer()
1871 rc = ccw_device_start(channel->ccwdev, in qeth_idx_activate_channel()
2092 rc = ccw_device_start(card->write.ccwdev, &card->write.ccw, in qeth_send_control_data()
Dlcs.c499 rc = ccw_device_start(channel->ccwdev, in lcs_start_channel()
Dqeth_l2_main.c1459 rc = ccw_device_start(card->write.ccwdev, &card->write.ccw, in qeth_osn_send_control_data()
/linux-4.4.14/arch/s390/include/asm/
Dccwdev.h181 extern int ccw_device_start(struct ccw_device *, struct ccw1 *,
/linux-4.4.14/drivers/s390/cio/
Ddevice_ops.c302 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() function
687 EXPORT_SYMBOL(ccw_device_start);
Dqdio_main.c1367 rc = ccw_device_start(cdev, &irq_ptr->ccw, QDIO_DOING_ESTABLISH, 0, 0); in qdio_establish()
1437 rc = ccw_device_start(cdev, &irq_ptr->ccw, QDIO_DOING_ACTIVATE, in qdio_activate()
/linux-4.4.14/drivers/s390/char/
Draw3270.c267 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, in __raw3270_start()
388 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, in raw3270_irq()
417 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, in raw3270_irq()
Dcon3215.c257 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()
Dvmur.c285 rc = ccw_device_start(cdev, cpa, 1, 0, 0); in do_ur_io()
Dtape_core.c781 rc = ccw_device_start( in __tape_start_io()
/linux-4.4.14/drivers/s390/virtio/
Dvirtio_ccw.c312 ret = ccw_device_start(vcdev->cdev, ccw, intparm, 0, 0); in ccw_io_helper()
/linux-4.4.14/drivers/s390/block/
Ddasd.c1409 rc = ccw_device_start(device->cdev, cqr->cpaddr, in dasd_start_IO()