/openbmc/linux/drivers/s390/cio/ |
H A D | chp.c | 56 static void set_chp_logically_online(struct chp_id chpid, int onoff) in set_chp_logically_online() 63 int chp_get_status(struct chp_id chpid) in chp_get_status() 77 struct chp_id chpid; in chp_get_sch_opm() local 100 int chp_is_registered(struct chp_id chpid) in chp_is_registered() 109 static int s390_vary_chpid(struct chp_id chpid, int on) in s390_vary_chpid() 158 struct chp_id chpid) in chp_measurement_copy_block() 488 int chp_new(struct chp_id chpid) in chp_new() 553 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc() 583 struct chp_id chpid; in chp_process_crw() local 678 int chp_info_get_status(struct chp_id chpid) in chp_info_get_status() [all …]
|
H A D | chp.h | 29 struct chp_id chpid; member 45 struct chp_id chpid; member 58 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp()
|
H A D | chsc.c | 99 u8 chpid[8]; /* chpids 0-7 */ member 236 void chsc_chp_offline(struct chp_id chpid) in chsc_chp_offline() 454 struct chp_id chpid; in chsc_process_sei_res_acc() local 485 struct chp_id chpid; in chsc_process_sei_chp_avail() local 521 struct chp_id chpid; in chsc_process_sei_chp_config() local 590 struct chp_id chpid; in chsc_process_sei_fces_event() local 739 void chsc_chp_online(struct chp_id chpid) in chsc_chp_online() 765 struct chp_id chpid, int on) in __s390_subchannel_vary_chpid() 781 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_off() local 789 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_on() local [all …]
|
H A D | device_ops.c | 478 struct chp_id chpid; in ccw_device_get_chp_desc() local 498 struct chp_id chpid; in ccw_device_get_util_str() local 644 struct chp_id chpid; in ccw_device_get_mdc() local 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid()
|
H A D | chsc.h | 29 u8 chpid; member 70 struct chp_id chpid[8]; member
|
H A D | cio.h | 38 u8 chpid[8]; /* CHPID 0-7 (if available) */ member
|
H A D | device_fsm.c | 170 struct chp_id chpid; in __recover_lost_chpids() local
|
H A D | chsc_sch.c | 691 u32 chpid : 8; in chsc_ioctl_conf_comp_list() member
|
H A D | device.c | 1152 int mask, chpid, valid_bit; in io_subchannel_chp_event() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | chpid.h | 16 u8 chpid; member 23 static inline void chp_id_init(struct chp_id *chpid) in chp_id_init() 33 static inline void chp_id_next(struct chp_id *chpid) in chp_id_next() 43 static inline int chp_id_is_valid(struct chp_id *chpid) in chp_id_is_valid()
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | chsc.h | 51 struct chp_id chpid; member 103 struct ccl_parm_chpid chpid; member 121 struct chp_id chpid; member
|
/openbmc/qemu/hw/s390x/ |
H A D | 3270-ccw.c | 100 uint16_t chpid; in emulated_ccw_3270_realize() local
|
H A D | css.c | 1982 int css_do_rchp(uint8_t cssid, uint8_t chpid) in css_do_rchp() 2037 unsigned int chpid; in css_find_free_chpid() local 2055 static int css_add_chpid(uint8_t cssid, uint8_t chpid, uint8_t type, in css_add_chpid() 2077 void css_sch_build_virtual_schib(SubchDev *sch, uint8_t chpid, uint8_t type) in css_sch_build_virtual_schib() 2377 void css_generate_chp_crws(uint8_t cssid, uint8_t chpid) in css_generate_chp_crws() 2586 uint32_t chpid[8]; in css_sch_get_chpids() local 2648 static int css_sch_get_chpid_type(uint8_t chpid, uint32_t *type, in css_sch_get_chpid_type()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_cmd.c | 567 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure() 579 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | ioinst.h | 96 uint8_t chpid[8]; member
|
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 777 uint8_t chpid; in ioinst_handle_rchp() local
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core.h | 715 u8 chpid; member 883 __u8 chpid; member
|
H A D | qeth_core_mpc.h | 709 __u8 chpid; member
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 39 u8 chpid[8]; /* CHPID 0-7 (if available) */ member
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fsf.h | 199 u8 chpid; member
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_int.h | 516 u8 chpid; member
|
H A D | dasd_eckd.h | 499 __u8 chpid; member
|