Searched refs:chp_id (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/s390/cio/ |
D | chp.h | 27 struct chp_id chpid; 43 struct chp_id chpid; 55 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() 60 int chp_get_status(struct chp_id chpid); 62 int chp_is_registered(struct chp_id chpid); 63 struct channel_path_desc *chp_get_chp_desc(struct chp_id chpid); 67 int chp_new(struct chp_id chpid); 68 void chp_cfg_schedule(struct chp_id chpid, int configure); 69 void chp_cfg_cancel_deconfigure(struct chp_id chpid); 70 int chp_info_get_status(struct chp_id chpid);
|
D | chp.c | 58 static void set_chp_logically_online(struct chp_id chpid, int onoff) in set_chp_logically_online() 65 int chp_get_status(struct chp_id chpid) in chp_get_status() 79 struct chp_id chpid; in chp_get_sch_opm() 102 int chp_is_registered(struct chp_id chpid) in chp_is_registered() 111 static int s390_vary_chpid(struct chp_id chpid, int on) in s390_vary_chpid() 160 struct chp_id chpid) in chp_measurement_copy_block() 442 int chp_new(struct chp_id chpid) in chp_new() 512 struct channel_path_desc *chp_get_chp_desc(struct chp_id chpid) in chp_get_chp_desc() 542 struct chp_id chpid; in chp_process_crw() 600 static inline int info_bit_num(struct chp_id id) in info_bit_num() [all …]
|
D | chsc.h | 63 struct chp_id chpid[8]; 130 int chsc_chp_vary(struct chp_id chpid, int on); 131 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, 133 int chsc_determine_base_channel_path_desc(struct chp_id chpid, 135 int chsc_determine_fmt1_channel_path_desc(struct chp_id chpid, 137 void chsc_chp_online(struct chp_id chpid); 138 void chsc_chp_offline(struct chp_id chpid);
|
D | chsc.c | 224 void chsc_chp_offline(struct chp_id chpid) in chsc_chp_offline() 346 struct chp_id chpid; in chsc_process_sei_link_incident() 366 struct chp_id chpid; in chsc_process_sei_res_acc() 398 struct chp_id chpid; in chsc_process_sei_chp_avail() 434 struct chp_id chpid; in chsc_process_sei_chp_config() 610 void chsc_chp_online(struct chp_id chpid) in chsc_chp_online() 630 struct chp_id chpid, int on) in __s390_subchannel_vary_chpid() 646 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_off() 654 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_on() 665 int chsc_chp_vary(struct chp_id chpid, int on) in chsc_chp_vary() [all …]
|
D | ioasm.h | 153 static inline int rchp(struct chp_id chpid) in rchp() 155 register struct chp_id reg1 asm ("1") = chpid; in rchp()
|
D | device_ops.c | 578 struct chp_id chpid; in ccw_device_get_chp_desc() 717 struct chp_id chpid; in ccw_device_get_mdc()
|
D | cio.c | 848 struct chp_id chpid; in css_reset()
|
D | device_fsm.c | 208 struct chp_id chpid; in __recover_lost_chpids()
|
D | css.c | 1084 struct chp_id chpid; in channel_subsystem_reinit()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | chpid.h | 22 static inline void chp_id_init(struct chp_id *chpid) in chp_id_init() 24 memset(chpid, 0, sizeof(struct chp_id)); in chp_id_init() 27 static inline int chp_id_is_equal(struct chp_id *a, struct chp_id *b) in chp_id_is_equal() 32 static inline void chp_id_next(struct chp_id *chpid) in chp_id_next() 42 static inline int chp_id_is_valid(struct chp_id *chpid) in chp_id_is_valid()
|
D | sclp.h | 60 int sclp_chp_configure(struct chp_id chpid); 61 int sclp_chp_deconfigure(struct chp_id chpid);
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | chsc.h | 50 struct chp_id chpid; 84 struct chp_id chp; 120 struct chp_id chpid;
|
D | chpid.h | 14 struct chp_id { struct
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_cmd.c | 693 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure() 705 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()
|