Home
last modified time | relevance | path

Searched refs:ccw_device_get_schid (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/s390/cio/
Dqdio_main.c949 ccw_device_get_schid(cdev, &schid); in qdio_int_handler()
1008 ccw_device_get_schid(cdev, &schid); in qdio_get_ssqd_desc()
1043 ccw_device_get_schid(cdev, &schid); in qdio_shutdown()
1110 ccw_device_get_schid(cdev, &schid); in qdio_free()
1141 ccw_device_get_schid(cdev, &schid); in qdio_allocate()
1248 ccw_device_get_schid(cdev, &schid); in qdio_establish()
1331 ccw_device_get_schid(cdev, &schid); in qdio_activate()
Ddevice_ops.c705 void ccw_device_get_schid(struct ccw_device *cdev, struct subchannel_id *schid) in ccw_device_get_schid() function
711 EXPORT_SYMBOL_GPL(ccw_device_get_schid);
731 ccw_device_get_schid(cdev, &schid); in ccw_device_pnso()
Dqdio_setup.c483 ccw_device_get_schid(cdev, &irq_ptr->schid); in qdio_setup_irq()
/Linux-v5.10/arch/s390/include/asm/
Dccwdev.h236 extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *);
/Linux-v5.10/drivers/s390/block/
Ddasd_ioctl.c477 ccw_device_get_schid(cdev, &sch_id); in __dasd_ioctl_information()
Ddasd_eckd.c1034 ccw_device_get_schid(device->cdev, &sch_id); in dasd_eckd_read_conf()
/Linux-v5.10/drivers/s390/virtio/
Dvirtio_ccw.c423 ccw_device_get_schid(vcdev->cdev, &schid); in virtio_ccw_kvm_notify()