Home
last modified time | relevance | path

Searched refs:channel_path_desc (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/s390/cio/
Dchp.h46 struct channel_path_desc desc;
63 struct channel_path_desc *chp_get_chp_desc(struct chp_id chpid);
Dchp.c512 struct channel_path_desc *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc()
515 struct channel_path_desc *desc; in chp_get_chp_desc()
520 desc = kmalloc(sizeof(struct channel_path_desc), GFP_KERNEL); in chp_get_chp_desc()
525 memcpy(desc, &chp->desc, sizeof(struct channel_path_desc)); in chp_get_chp_desc()
Dchsc.h149 struct channel_path_desc *desc);
Ddevice_ops.c467 struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *cdev, in ccw_device_get_chp_desc()
Dchsc.c927 struct channel_path_desc *desc) in chsc_determine_base_channel_path_desc()
/linux-4.4.14/arch/s390/include/asm/
Dchpid.h11 struct channel_path_desc { struct
Dccwdev.h232 struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *, int);
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.c4633 struct channel_path_desc *desc, in dasd_eckd_psf_cuir_response()
4779 struct channel_path_desc *desc; in dasd_eckd_cuir_notify_user()
4960 struct channel_path_desc *desc; in dasd_eckd_handle_cuir()
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c1355 struct channel_path_desc *chp_dsc; in qeth_update_from_chp_desc()