Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcss.c180 case SUBCHANNEL_TYPE_IO: in css_validate_subchannel()
422 if ((pmcw->st == SUBCHANNEL_TYPE_IO && pmcw->dnv) || in dev_busid_show()
452 if (sch->st == SUBCHANNEL_TYPE_IO) in css_register_subchannel()
509 if ((schib->pmcw.st == SUBCHANNEL_TYPE_IO) && !schib->pmcw.dnv) in css_sch_is_valid()
756 if (sch->st == SUBCHANNEL_TYPE_IO && in __unset_validpath()
768 if (sch->st == SUBCHANNEL_TYPE_IO && sch->config.ena) in __unset_online()
H A Dcio.h89 SUBCHANNEL_TYPE_IO = 0, enumerator
H A Dcio.c616 if ((schib.pmcw.st == SUBCHANNEL_TYPE_IO) && schib.pmcw.dnv && in cio_test_for_console()
634 (schib.pmcw.st != SUBCHANNEL_TYPE_IO) || !schib.pmcw.dnv) in cio_get_console_sch_no()
H A Dvfio_ccw_drv.c351 { .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },
H A Dchsc.c141 if ((ssd_area->st != SUBCHANNEL_TYPE_IO) && in chsc_get_ssd_info()
H A Ddevice.c148 { .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },