Searched refs:SCSW_FCTL_START_FUNC (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dscsw.h149 #define SCSW_FCTL_START_FUNC 0x4 macro
395 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
407 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
431 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
444 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
456 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
468 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
480 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
492 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
504 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC)
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_status.c234 if (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) {
H A Dvfio_ccw_fsm.c255 if (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) {
H A Ddevice_fsm.c460 scsw->fctl = SCSW_FCTL_START_FUNC;
467 scsw->fctl = SCSW_FCTL_START_FUNC;
H A Dcmf.c280 if (scsw_fctl(&sch->schib.scsw) & SCSW_FCTL_START_FUNC) {
H A Dchsc_sch.c232 sch->schib.scsw.cmd.fctl |= SCSW_FCTL_START_FUNC;
/linux-master/drivers/s390/char/
H A Dtape_core.c1091 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) &&
/linux-master/drivers/s390/net/
H A Dlcs.c1398 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) &&

Completed in 142 milliseconds