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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcrw.c15 #include <asm/crw.h>
62 struct crw crw[2]; local
76 struct crw tmp_crw;
82 printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, "
87 printk(KERN_WARNING"%s: This was crw number %x in the "
94 ccode = stcrw(&crw[chain]);
99 crw[chain].slct, crw[chain].oflw, crw[chai
[all...]
H A DMakefile6 fcx.o itcw.o crw.o ccwreq.o
H A Dcio.c35 #include <asm/crw.h>
964 struct crw crw; local
972 while (stcrw(&crw) == 0) {
974 if (crw.slct && crw.rsc == CRW_RSC_CPATH)
1001 * in progress. In either case, we'll get a crw.
H A Dchp.c21 #include <asm/crw.h>
475 * @overflow: crw overflow indication
480 static void chp_process_crw(struct crw *crw0, struct crw *crw1,
H A Dchsc.c22 #include <asm/crw.h>
393 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
H A Dcss.c23 #include <asm/crw.h>
618 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcrw.h18 struct crw { struct
30 typedef void (*crw_handler_t)(struct crw *, struct crw *, int);
55 static inline int stcrw(struct crw *pcrw)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dnmi.c21 #include <asm/crw.h>

Completed in 49 milliseconds