Searched refs:chp_id (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | chp.h | 29 struct chp_id chpid; 45 struct chp_id chpid; 61 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() 66 int chp_get_status(struct chp_id chpid); 68 int chp_is_registered(struct chp_id chpid); 69 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid); 73 int chp_new(struct chp_id chpid); 74 void chp_cfg_schedule(struct chp_id chpid, int configure); 75 void chp_cfg_cancel_deconfigure(struct chp_id chpid); 76 int chp_info_get_status(struct chp_id chpid);
|
| 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() 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() 523 int chp_new(struct chp_id chpid) in chp_new() 588 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc() 618 struct chp_id chpid; in chp_process_crw() 676 static inline int info_bit_num(struct chp_id id) in info_bit_num() 714 int chp_info_get_status(struct chp_id chpid) in chp_info_get_status() [all …]
|
| H A D | chsc.h | 91 struct chp_id chpid[8]; 174 int chsc_chp_vary(struct chp_id chpid, int on); 175 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, 177 int chsc_determine_fmt0_channel_path_desc(struct chp_id chpid, 179 int chsc_determine_fmt1_channel_path_desc(struct chp_id chpid, 181 int chsc_determine_fmt3_channel_path_desc(struct chp_id chpid, 183 void chsc_chp_online(struct chp_id chpid); 184 void chsc_chp_offline(struct chp_id chpid);
|
| H A 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 …]
|
| H A 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()
|
| H A D | device_fsm.c | 171 struct chp_id chpid; in __recover_lost_chpids()
|
| /linux/arch/s390/include/asm/ |
| H A 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()
|
| H A D | sclp.h | 184 int sclp_chp_configure(struct chp_id chpid); 185 int sclp_chp_deconfigure(struct chp_id chpid);
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | chsc.h | 51 struct chp_id chpid; 85 struct chp_id chp; 121 struct chp_id chpid;
|
| H A D | chpid.h | 15 struct chp_id { struct
|
| /linux/drivers/s390/char/ |
| H A D | sclp_cmd.c | 207 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure() 219 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()
|