Searched refs:chpid (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | chpid.h | 16 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 D | sclp.h | 184 int sclp_chp_configure(struct chp_id chpid); 185 int sclp_chp_deconfigure(struct chp_id chpid);
|
| H A D | ccwdev.h | 236 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | chsc.h | 51 struct chp_id chpid; member 103 struct ccl_parm_chpid chpid; member 121 struct chp_id chpid; member
|
| /linux/Documentation/arch/s390/ |
| H A D | driver-model.rst | 272 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 D | device_fsm.c | 171 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 D | trace.h | 62 memcpy(&__entry->pmcw_chpid, &schib->pmcw.chpid, 8);
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fsf.h | 199 u8 chpid; member
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 715 u8 chpid; member 883 __u8 chpid; member
|
| /linux/drivers/s390/block/ |
| H A D | dasd_3990_erp.c | 2186 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 D | dasd_eckd.h | 499 __u8 chpid; member
|
| H A D | dasd_int.h | 485 u8 chpid; member
|