Home
last modified time | relevance | path

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

/linux-4.1.27/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.h134 struct channel_path_desc *desc);
Ddevice_ops.c574 struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *cdev, in ccw_device_get_chp_desc()
Dchsc.c846 struct channel_path_desc *desc) in chsc_determine_base_channel_path_desc()
/linux-4.1.27/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.1.27/drivers/s390/block/
Ddasd_eckd.c4582 struct channel_path_desc *desc, in dasd_eckd_psf_cuir_response()
4652 struct channel_path_desc *desc, in dasd_eckd_cuir_quiesce()
4706 struct channel_path_desc *desc, in dasd_eckd_cuir_resume()
4768 struct channel_path_desc *desc; in dasd_eckd_handle_cuir()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c1354 struct channel_path_desc *chp_dsc; in qeth_update_from_chp_desc()