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