Searched refs:chp_id (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/s390/cio/ |
D | chp.h | 28 struct chp_id chpid; 44 struct chp_id chpid; 57 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() 62 int chp_get_status(struct chp_id chpid); 64 int chp_is_registered(struct chp_id chpid); 65 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid); 69 int chp_new(struct chp_id chpid); 70 void chp_cfg_schedule(struct chp_id chpid, int configure); 71 void chp_cfg_cancel_deconfigure(struct chp_id chpid); 72 int chp_info_get_status(struct chp_id chpid);
|
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() 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() 470 int chp_new(struct chp_id chpid) in chp_new() 535 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc() 565 struct chp_id chpid; in chp_process_crw() 623 static inline int info_bit_num(struct chp_id id) in info_bit_num() [all …]
|
D | chsc.h | 69 struct chp_id chpid[8]; 152 int chsc_chp_vary(struct chp_id chpid, int on); 153 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, 155 int chsc_determine_fmt0_channel_path_desc(struct chp_id chpid, 157 int chsc_determine_fmt1_channel_path_desc(struct chp_id chpid, 159 int chsc_determine_fmt3_channel_path_desc(struct chp_id chpid, 161 void chsc_chp_online(struct chp_id chpid); 162 void chsc_chp_offline(struct chp_id chpid);
|
D | chsc.c | 233 void chsc_chp_offline(struct chp_id chpid) in chsc_chp_offline() 432 struct chp_id chpid; in chsc_process_sei_res_acc() 471 struct chp_id chpid; in chsc_process_sei_chp_avail() 507 struct chp_id chpid; in chsc_process_sei_chp_config() 695 void chsc_chp_online(struct chp_id chpid) in chsc_chp_online() 721 struct chp_id chpid, int on) in __s390_subchannel_vary_chpid() 737 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_off() 745 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_on() 756 int chsc_chp_vary(struct chp_id chpid, int on) in chsc_chp_vary() 902 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, in chsc_determine_channel_path_desc() [all …]
|
D | device_ops.c | 478 struct chp_id chpid; in ccw_device_get_chp_desc() 498 struct chp_id chpid; in ccw_device_get_util_str() 644 struct chp_id chpid; in ccw_device_get_mdc() 798 struct chp_id cssid_chpid; in ccw_device_get_chid()
|
D | device_fsm.c | 175 struct chp_id chpid; in __recover_lost_chpids()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | chpid.h | 23 static inline void chp_id_init(struct chp_id *chpid) in chp_id_init() 25 memset(chpid, 0, sizeof(struct chp_id)); in chp_id_init() 28 static inline int chp_id_is_equal(struct chp_id *a, struct chp_id *b) in chp_id_is_equal() 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()
|
D | sclp.h | 126 int sclp_chp_configure(struct chp_id chpid); 127 int sclp_chp_deconfigure(struct chp_id chpid);
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | chsc.h | 51 struct chp_id chpid; 85 struct chp_id chp; 121 struct chp_id chpid;
|
D | chpid.h | 15 struct chp_id { struct
|
/Linux-v5.10/drivers/s390/char/ |
D | sclp_cmd.c | 602 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure() 614 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()
|