Lines Matching refs:chpid
27 struct chp_id chpid; member
43 struct chp_id chpid; member
55 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() argument
57 return channel_subsystems[chpid.cssid]->chps[chpid.id]; 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);