Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dcio.h100 SUBCHANNEL_TYPE_IO = 0, enumerator
Dvfio_ccw_drv.c220 { .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },
Dcss.c178 case SUBCHANNEL_TYPE_IO: in css_validate_subchannel()
374 if ((pmcw->st == SUBCHANNEL_TYPE_IO && pmcw->dnv) || in dev_busid_show()
404 if (sch->st == SUBCHANNEL_TYPE_IO) in css_register_subchannel()
480 if ((schib->pmcw.st == SUBCHANNEL_TYPE_IO) && !schib->pmcw.dnv) in css_sch_is_valid()
Dcio.c620 if ((schib.pmcw.st == SUBCHANNEL_TYPE_IO) && schib.pmcw.dnv && in cio_test_for_console()
638 (schib.pmcw.st != SUBCHANNEL_TYPE_IO) || !schib.pmcw.dnv) in cio_get_console_sch_no()
Dchsc.c134 if ((ssd_area->st != SUBCHANNEL_TYPE_IO) && in chsc_get_ssd_info()
Ddevice.c147 { .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },