Searched refs:chp_id (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/s390/cio/ ! |
D | chp.h | 29 struct chp_id chpid; 45 struct chp_id chpid; 60 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() 65 int chp_get_status(struct chp_id chpid); 67 int chp_is_registered(struct chp_id chpid); 68 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid); 72 int chp_new(struct chp_id chpid); 73 void chp_cfg_schedule(struct chp_id chpid, int configure); 74 void chp_cfg_cancel_deconfigure(struct chp_id chpid); 75 int chp_info_get_status(struct chp_id chpid);
|
D | chsc.h | 75 struct chp_id chpid[8]; 158 int chsc_chp_vary(struct chp_id chpid, int on); 159 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, 161 int chsc_determine_fmt0_channel_path_desc(struct chp_id chpid, 163 int chsc_determine_fmt1_channel_path_desc(struct chp_id chpid, 165 int chsc_determine_fmt3_channel_path_desc(struct chp_id chpid, 167 void chsc_chp_online(struct chp_id chpid); 168 void chsc_chp_offline(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() 509 int chp_new(struct chp_id chpid) in chp_new() 574 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc() 604 struct chp_id chpid; in chp_process_crw() 662 static inline int info_bit_num(struct chp_id id) in info_bit_num() 699 int chp_info_get_status(struct chp_id chpid) in chp_info_get_status() [all …]
|
D | chsc.c | 249 void chsc_chp_offline(struct chp_id chpid) in chsc_chp_offline() 467 struct chp_id chpid; in chsc_process_sei_res_acc() 498 struct chp_id chpid; in chsc_process_sei_chp_avail() 534 struct chp_id chpid; in chsc_process_sei_chp_config() 604 struct chp_id chpid; in chsc_process_sei_fces_event() 753 void chsc_chp_online(struct chp_id chpid) in chsc_chp_online() 779 struct chp_id chpid, int on) in __s390_subchannel_vary_chpid() 795 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_off() 803 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_on() 814 int chsc_chp_vary(struct chp_id chpid, int on) in chsc_chp_vary() [all …]
|
D | device_ops.c | 482 struct chp_id chpid; in ccw_device_get_chp_desc() 502 struct chp_id chpid; in ccw_device_get_util_str() 652 struct chp_id chpid; in ccw_device_get_mdc() 806 struct chp_id cssid_chpid; in ccw_device_get_chid()
|
D | device_fsm.c | 170 struct chp_id chpid; in __recover_lost_chpids()
|
/linux-6.12.1/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 | 147 int sclp_chp_configure(struct chp_id chpid); 148 int sclp_chp_deconfigure(struct chp_id chpid);
|
/linux-6.12.1/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-6.12.1/drivers/s390/char/ ! |
D | sclp_cmd.c | 595 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure() 607 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()
|