Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dscsw.h141 union scsw { union
231 static inline int scsw_is_tm(union scsw *scsw) in scsw_is_tm()
243 static inline u32 scsw_key(union scsw *scsw) in scsw_key()
258 static inline u32 scsw_eswf(union scsw *scsw) in scsw_eswf()
273 static inline u32 scsw_cc(union scsw *scsw) in scsw_cc()
288 static inline u32 scsw_ectl(union scsw *scsw) in scsw_ectl()
303 static inline u32 scsw_pno(union scsw *scsw) in scsw_pno()
318 static inline u32 scsw_fctl(union scsw *scsw) in scsw_fctl()
333 static inline u32 scsw_actl(union scsw *scsw) in scsw_actl()
348 static inline u32 scsw_stctl(union scsw *scsw) in scsw_stctl()
[all …]
H A Dcio.h237 union scsw scsw; member
/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 Dvfio_ccw_cp.c902 void cp_update_scsw(struct channel_program *cp, union scsw *scsw) in cp_update_scsw()