Lines Matching refs:chpid
29 struct chp_id chpid; member
45 struct chp_id chpid; member
58 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() argument
60 return css_by_id(chpid.cssid)->chps[chpid.id]; in chpid_to_chp()
63 int chp_get_status(struct chp_id chpid);
65 int chp_is_registered(struct chp_id chpid);
66 struct channel_path_desc_fmt0 *chp_get_chp_desc(struct chp_id chpid);
70 int chp_new(struct chp_id chpid);
71 void chp_cfg_schedule(struct chp_id chpid, int configure);
72 void chp_cfg_cancel_deconfigure(struct chp_id chpid);
73 int chp_info_get_status(struct chp_id chpid);