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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_fba.c333 ccw->flags |= CCW_FLAG_DC;
351 ccw->flags &= ~(CCW_FLAG_DC | CCW_FLAG_CC);
H A Ddasd_eckd.c914 (last_ccw - 1)->flags &= ~(CCW_FLAG_CC | CCW_FLAG_DC);
1115 ccw->flags &= ~(CCW_FLAG_DC | CCW_FLAG_CC);
1226 if (cp->flags & (CCW_FLAG_DC | CCW_FLAG_CC)) {
H A Ddasd.c1147 (ccw->flags & CCW_FLAG_DC) );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dirq.h173 #define CCW_FLAG_DC 0x80 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dirq.h173 #define CCW_FLAG_DC 0x80 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dirq.h173 #define CCW_FLAG_DC 0x80 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dirq.h173 #define CCW_FLAG_DC 0x80 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtape34xx.c1411 ccw->flags = CCW_FLAG_DC;
1429 ccw -> flags &= ~(CCW_FLAG_DC);
1446 for (ccw=(ccw1_t*)cqr->cpaddr;(ccw->flags & CCW_FLAG_CC)||(ccw->flags & CCW_FLAG_DC);ccw++)

Completed in 125 milliseconds