Home
last modified time | relevance | path

Searched refs:actl (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/include/asm/
H A Dscsw.h55 __u32 actl : 7; member
95 u32 actl:7; member
127 u32 actl:7; member
336 return scsw->tm.actl; in scsw_actl()
338 return scsw->cmd.actl; in scsw_actl()
558 if (scsw->cmd.actl & SCSW_ACTL_SUSPENDED) in scsw_cmd_is_valid_pno()
752 if (scsw->tm.actl & SCSW_ACTL_SUSPENDED) in scsw_tm_is_valid_pno()
/linux/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_esw_valid()
259 cdev_irb->scsw.cmd.actl = irb->scsw.cmd.actl; in ccw_device_accumulate_irb()
269 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) && in ccw_device_accumulate_irb()
270 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) || in ccw_device_accumulate_irb()
271 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_irb()
385 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0) in ccw_device_accumulate_and_sense()
H A Dvfio_ccw_fsm.c49 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in fsm_io_helper()
101 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in fsm_do_halt()
140 sch->schib.scsw.cmd.actl = SCSW_ACTL_CLEAR_PEND; in fsm_do_clear()
H A Deadm_sch.c76 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start()
95 sch->schib.scsw.eadm.actl |= SCSW_ACTL_CLEAR_PEND; in eadm_subchannel_clear()
H A Ddevice_fsm.c461 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
468 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
/linux/drivers/s390/net/
H A Dlcs.c1378 irb->scsw.cmd.actl); in lcs_irq()
1402 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) || in lcs_irq()
1419 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) in lcs_irq()