Home
last modified time | relevance | path

Searched refs:chp_id (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/s390/cio/
Dchp.h27 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);
Dchp.c58 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 …]
Dchsc.h63 struct chp_id chpid[8];
145 int chsc_chp_vary(struct chp_id chpid, int on);
146 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt,
148 int chsc_determine_base_channel_path_desc(struct chp_id chpid,
150 int chsc_determine_fmt1_channel_path_desc(struct chp_id chpid,
152 void chsc_chp_online(struct chp_id chpid);
153 void chsc_chp_offline(struct chp_id chpid);
Dioasm.h153 static inline int rchp(struct chp_id chpid) in rchp()
155 register struct chp_id reg1 asm ("1") = chpid; in rchp()
Dchsc.c225 void chsc_chp_offline(struct chp_id chpid) in chsc_chp_offline()
447 struct chp_id chpid; in chsc_process_sei_res_acc()
479 struct chp_id chpid; in chsc_process_sei_chp_avail()
515 struct chp_id chpid; in chsc_process_sei_chp_config()
691 void chsc_chp_online(struct chp_id chpid) in chsc_chp_online()
711 struct chp_id chpid, int on) in __s390_subchannel_vary_chpid()
727 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_off()
735 struct chp_id *chpid = data; in s390_subchannel_vary_chpid_on()
746 int chsc_chp_vary(struct chp_id chpid, int on) in chsc_chp_vary()
891 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, in chsc_determine_channel_path_desc()
[all …]
Ddevice_ops.c471 struct chp_id chpid; in ccw_device_get_chp_desc()
610 struct chp_id chpid; in ccw_device_get_mdc()
Dcio.c829 struct chp_id chpid; in css_reset()
Ddevice_fsm.c208 struct chp_id chpid; in __recover_lost_chpids()
Dcss.c1078 struct chp_id chpid; in channel_subsystem_reinit()
/linux-4.4.14/arch/s390/include/asm/
Dchpid.h22 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()
Dsclp.h74 int sclp_chp_configure(struct chp_id chpid);
75 int sclp_chp_deconfigure(struct chp_id chpid);
/linux-4.4.14/arch/s390/include/uapi/asm/
Dchsc.h50 struct chp_id chpid;
84 struct chp_id chp;
120 struct chp_id chpid;
Dchpid.h14 struct chp_id { struct
/linux-4.4.14/drivers/s390/char/
Dsclp_cmd.c696 int sclp_chp_configure(struct chp_id chpid) in sclp_chp_configure()
708 int sclp_chp_deconfigure(struct chp_id chpid) in sclp_chp_deconfigure()