Home
last modified time | relevance | path

Searched defs:scsw (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h140 union scsw { union
230 static inline int scsw_is_tm(union scsw *scsw) in scsw_is_tm()
242 static inline u32 scsw_key(union scsw *scsw) in scsw_key()
257 static inline u32 scsw_eswf(union scsw *scsw) in scsw_eswf()
272 static inline u32 scsw_cc(union scsw *scsw) in scsw_cc()
287 static inline u32 scsw_ectl(union scsw *scsw) in scsw_ectl()
302 static inline u32 scsw_pno(union scsw *scsw) in scsw_pno()
317 static inline u32 scsw_fctl(union scsw *scsw) in scsw_fctl()
332 static inline u32 scsw_actl(union scsw *scsw) in scsw_actl()
347 static inline u32 scsw_stctl(union scsw *scsw) in scsw_stctl()
[all …]
H A Dcio.h236 union scsw scsw; member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h64 struct scsw { struct
65 u16 flags;
66 u16 ctrl;
67 u32 cpa;
68 u8 dstat;
69 u8 cstat;
70 u16 count;
119 struct scsw scsw; /* subchannel status word */ member
344 struct scsw scsw; member
/openbmc/linux/drivers/s390/cio/
H A Ddevice_id.c148 struct cmd_scsw *scsw = &cdev->private->dma_area->irb.scsw.cmd; in snsid_check() local
H A Ddevice_fsm.c458 struct cmd_scsw *scsw = &irb->scsw.cmd; in create_fake_irb() local
464 struct tm_scsw *scsw = &irb->scsw.tm; in create_fake_irb() local
H A Dccwreq.c173 struct cmd_scsw *scsw = &irb->scsw.cmd; in ccwreq_status() local
H A Deadm_sch.c125 struct eadm_scsw *scsw = &sch->schib.scsw.eadm; in eadm_subchannel_irq() local
H A Dvfio_ccw_fsm.c247 union scsw *scsw = &private->scsw; in fsm_io_request() local
H A Dvfio_ccw_private.h120 union scsw scsw; member
H A Dcio.h68 union scsw scsw; /* subchannel status word */ member
H A Dvfio_ccw_cp.c896 void cp_update_scsw(struct channel_program *cp, union scsw *scsw) in cp_update_scsw()
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h121 SCSW scsw; member
138 SCSW scsw; member