Home
last modified time | relevance | path

Searched refs:actl (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dscsw.h32 * @actl: activity control
54 __u32 actl : 7; member
73 * @actl: activity control
94 u32 actl:7; member
111 * @actl: activity control
126 u32 actl:7; member
321 * scsw_actl - return scsw actl field
324 * Return the value of the actl field of the specified scsw, regardless of
330 return scsw->tm.actl; in scsw_actl()
332 return scsw->cmd.actl; in scsw_actl()
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dscsw.h32 * @actl: activity control
54 __u32 actl : 7; member
73 * @actl: activity control
94 u32 actl:7; member
111 * @actl: activity control
126 u32 actl:7; member
326 * scsw_actl - return scsw actl field
329 * Return the value of the actl field of the specified scsw, regardless of
335 return scsw->tm.actl; in scsw_actl()
337 return scsw->cmd.actl; in scsw_actl()
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_status.c104 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_esw_valid()
258 cdev_irb->scsw.cmd.actl = irb->scsw.cmd.actl; in ccw_device_accumulate_irb()
268 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) && in ccw_device_accumulate_irb()
269 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) || in ccw_device_accumulate_irb()
270 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_irb()
384 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0) in ccw_device_accumulate_and_sense()
H A Dvfio_ccw_fsm.c50 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in fsm_io_helper()
104 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in fsm_do_halt()
145 sch->schib.scsw.cmd.actl = SCSW_ACTL_CLEAR_PEND; in fsm_do_clear()
H A Dcio.c162 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in cio_start_key()
199 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND; in cio_resume()
238 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in cio_halt()
272 sch->schib.scsw.cmd.actl |= SCSW_ACTL_CLEAR_PEND; in cio_clear()
H A Deadm_sch.c75 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start()
94 sch->schib.scsw.eadm.actl |= SCSW_ACTL_CLEAR_PEND; in eadm_subchannel_clear()
H A Ddevice_fsm.c472 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
479 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
H A Ddevice_ops.c417 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_resume()
H A Ddevice.c1691 if (sch->schib.scsw.cmd.actl == 0) in ccw_device_wait_idle()
/kernel/linux/linux-6.6/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 Dcio.c162 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in cio_start_key()
199 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND; in cio_resume()
238 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in cio_halt()
272 sch->schib.scsw.cmd.actl |= SCSW_ACTL_CLEAR_PEND; in cio_clear()
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()
H A Ddevice_ops.c417 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_resume()
H A Ddevice.c1676 if (sch->schib.scsw.cmd.actl == 0) in ccw_device_wait_idle()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c1384 irb->scsw.cmd.actl); in lcs_irq()
1408 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) || in lcs_irq()
1425 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) in lcs_irq()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c1380 irb->scsw.cmd.actl); in lcs_irq()
1404 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) || in lcs_irq()
1421 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) in lcs_irq()

Completed in 24 milliseconds