Searched refs:ccwdev (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/s390/net/
H A Dpnet.c13 #include <asm/ccwdev.h>
/linux-master/drivers/s390/net/
H A Dlcs.c474 LCS_DBF_TEXT_(4, trace,"ssch%s", dev_name(&channel->ccwdev->dev));
475 spin_lock_irqsave(get_ccwdev_lock(channel->ccwdev), flags);
476 rc = ccw_device_start(channel->ccwdev,
481 spin_unlock_irqrestore(get_ccwdev_lock(channel->ccwdev), flags);
484 dev_name(&channel->ccwdev->dev));
485 dev_err(&channel->ccwdev->dev,
499 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev));
500 spin_lock_irqsave(get_ccwdev_lock(channel->ccwdev), flags);
501 rc = ccw_device_clear(channel->ccwdev, 0);
502 spin_unlock_irqrestore(get_ccwdev_lock(channel->ccwdev), flag
[all...]
H A Dctcm_fsms.h34 #include <asm/ccwdev.h>
H A Dlcs.h9 #include <asm/ccwdev.h>
290 struct ccw_device *ccwdev; member in struct:lcs_channel
H A Dqeth_core.h43 #include <asm/ccwdev.h>
117 #define CARD_RDEV(card) card->read.ccwdev
118 #define CARD_WDEV(card) card->write.ccwdev
119 #define CARD_DDEV(card) card->data.ccwdev
121 #define CARD_RDEV_ID(card) dev_name(&card->read.ccwdev->dev)
122 #define CARD_WDEV_ID(card) dev_name(&card->write.ccwdev->dev)
123 #define CARD_DDEV_ID(card) dev_name(&card->data.ccwdev->dev)
603 struct ccw_device *ccwdev; member in struct:qeth_channel
H A Dctcm_main.h11 #include <asm/ccwdev.h>
H A Dqeth_core_main.c43 #include <asm/ccwdev.h>
453 rc = ccw_device_start(channel->ccwdev, ccw, (addr_t) iob, 0, 0);
1209 /* while we hold the ccwdev lock, this stays valid: */
1215 if (card->read.ccwdev == cdev) {
1218 } else if (card->write.ccwdev == cdev) {
1272 dev_warn(&channel->ccwdev->dev,
1276 CCW_DEVID(channel->ccwdev), cstat,
1505 struct ccw_device *ccwdev; local
1510 ccwdev = card->data.ccwdev;
3813 qeth_qdio_input_handler(struct ccw_device *ccwdev, unsigned int qdio_err, int queue, int first_elem, int count, unsigned long card_ptr) argument
3827 qeth_qdio_output_handler(struct ccw_device *ccwdev, unsigned int qdio_error, int __queue, int first_element, int count, unsigned long card_ptr) argument
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice.h5 #include <asm/ccwdev.h>
H A Dio_sch.h7 #include <asm/ccwdev.h>
H A Dccwreq.c14 #include <asm/ccwdev.h>
H A Ddevice_id.c15 #include <asm/ccwdev.h>
H A Ddevice_status.c14 #include <asm/ccwdev.h>
H A Dccwgroup.c20 #include <asm/ccwdev.h>
H A Ddevice_pgid.c18 #include <asm/ccwdev.h>
H A Ddevice_ops.c17 #include <asm/ccwdev.h>
H A Dcmf.c25 #include <asm/ccwdev.h>
/linux-master/drivers/s390/scsi/
H A Dzfcp_def.h36 #include <asm/ccwdev.h>
/linux-master/drivers/s390/char/
H A Dtape.h16 #include <asm/ccwdev.h>
H A Dfs3270.c23 #include <asm/ccwdev.h>
H A Dcon3215.c26 #include <asm/ccwdev.h>
H A Dvmur.c22 #include <asm/ccwdev.h>
104 * Setting and clearing of dev_get_drvdata(&cdev->dev) is protected by the ccwdev lock
/linux-master/arch/s390/include/asm/
H A Dqdio.h13 #include <asm/ccwdev.h>
/linux-master/drivers/s390/block/
H A Ddasd_ioctl.c19 #include <asm/ccwdev.h>
H A Ddasd_int.h53 #include <asm/ccwdev.h>
H A Ddasd_fba.c23 #include <asm/ccwdev.h>

Completed in 223 milliseconds

12