Home
last modified time | relevance | path

Searched refs:chpid (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
A Dchpid.h16 u8 chpid; member
23 static inline void chp_id_init(struct chp_id *chpid) in chp_id_init() argument
25 memset(chpid, 0, sizeof(struct chp_id)); in chp_id_init()
33 static inline void chp_id_next(struct chp_id *chpid) in chp_id_next() argument
35 if (chpid->id < __MAX_CHPID) in chp_id_next()
36 chpid->id++; in chp_id_next()
38 chpid->id = 0; in chp_id_next()
39 chpid->cssid++; in chp_id_next()
43 static inline int chp_id_is_valid(struct chp_id *chpid) in chp_id_is_valid() argument
45 return (chpid->cssid <= __MAX_CSSID); in chp_id_is_valid()
A Dsclp.h184 int sclp_chp_configure(struct chp_id chpid);
185 int sclp_chp_deconfigure(struct chp_id chpid);
A Dccwdev.h236 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
/arch/s390/include/uapi/asm/
A Dchsc.h51 struct chp_id chpid; member
103 struct ccl_parm_chpid chpid; member
121 struct chp_id chpid; member

Completed in 27 milliseconds