Searched defs:crw (Results 1 - 2 of 2) sorted by relevance

/drivers/s390/cio/
H A Dcrw.c15 #include <asm/crw.h>
63 struct crw crw[2]; local
77 struct crw tmp_crw;
83 printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, "
88 printk(KERN_WARNING"%s: This was crw number %x in the "
95 ccode = stcrw(&crw[chain]);
100 crw[chain].slct, crw[chain].oflw, crw[chai
[all...]
H A Dcio.c35 #include <asm/crw.h>
959 struct crw crw; local
967 while (stcrw(&crw) == 0) {
969 if (crw.slct && crw.rsc == CRW_RSC_CPATH)
996 * in progress. In either case, we'll get a crw.

Completed in 345 milliseconds