Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H 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()
H A Dsclp.h184 int sclp_chp_configure(struct chp_id chpid);
185 int sclp_chp_deconfigure(struct chp_id chpid);
H A Dccwdev.h236 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
/linux/arch/s390/include/uapi/asm/
H A Dchsc.h51 struct chp_id chpid; member
103 struct ccl_parm_chpid chpid; member
121 struct chp_id chpid; member
/linux/Documentation/arch/s390/
H A Ddriver-model.rst272 and are called 'chp0.<chpid>'. They have no driver and do not belong to any bus.
280 Piping 'on' or 'off' sets the chpid logically online/offline.
281 Piping 'on' to an online chpid triggers path reprobing for all devices
282 the chpid connects to. This can be used to force the kernel to re-use
/linux/drivers/s390/cio/
H A Ddevice_fsm.c171 struct chp_id chpid; in __recover_lost_chpids() local
173 chp_id_init(&chpid); in __recover_lost_chpids()
180 chpid.id = sch->schib.pmcw.chpid[i]; in __recover_lost_chpids()
181 if (!chp_is_registered(chpid)) in __recover_lost_chpids()
H A Dtrace.h62 memcpy(&__entry->pmcw_chpid, &schib->pmcw.chpid, 8);
/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h199 u8 chpid; member
/linux/drivers/s390/net/
H A Dqeth_core.h715 u8 chpid; member
883 __u8 chpid; member
/linux/drivers/s390/block/
H A Ddasd_3990_erp.c2186 device->path[pos].cssid, device->path[pos].chpid, lpum); in dasd_3990_erp_disable_path()
2194 device->path[pos].cssid, device->path[pos].chpid, lpum); in dasd_3990_erp_disable_path()
2200 device->path[pos].cssid, device->path[pos].chpid, lpum); in dasd_3990_erp_disable_path()
H A Ddasd_eckd.h499 __u8 chpid; member
H A Ddasd_int.h485 u8 chpid; member