Lines Matching refs:chpid
13 #include <asm/chpid.h>
28 struct chp_id chpid;
44 struct chp_id chpid;
56 /* Return channel_path struct for given chpid. */
57 static inline struct channel_path *chpid_to_chp(struct chp_id chpid)
59 return css_by_id(chpid.cssid)->chps[chpid.id];
62 int chp_get_status(struct chp_id chpid);
64 int chp_is_registered(struct chp_id chpid);
65 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid);
69 int chp_new(struct chp_id chpid);
70 void chp_cfg_schedule(struct chp_id chpid, int configure);
71 void chp_cfg_cancel_deconfigure(struct chp_id chpid);
72 int chp_info_get_status(struct chp_id chpid);