Home
last modified time | relevance | path

Searched refs:ccw_device_get_chp_desc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dccwdev.h232 struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *, int);
/linux-4.4.14/drivers/s390/cio/
Ddevice_ops.c467 struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *cdev, in ccw_device_get_chp_desc() function
692 EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc);
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.c4786 desc = ccw_device_get_chp_desc(device->cdev, 7 - pos); in dasd_eckd_cuir_notify_user()
4970 desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_handle_cuir()
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c1360 chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); in qeth_update_from_chp_desc()