Searched refs:itcw (Results 1 - 4 of 4) sorted by relevance

/drivers/s390/cio/
H A Ditcw.c15 #include <asm/itcw.h>
18 * struct itcw - incremental tcw helper data type
25 * The itcw construction functions take care of overall data integrity:
36 * - total number of bytes required per itcw may not exceed 4k bytes
40 * struct itcw *itcw;
48 * itcw = itcw_init(buffer, size, ITCW_OP_READ, 1, 2, 0);
49 * if (IS_ERR(itcw))
50 * return PTR_ER(itcw);
51 * itcw_add_dcw(itcw,
57 struct itcw { struct
72 itcw_get_tcw(struct itcw *itcw) argument
180 struct itcw *itcw; local
292 itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) argument
316 itcw_add_tidaw(struct itcw *itcw, u8 flags, void *addr, u32 count) argument
350 itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) argument
365 itcw_finalize(struct itcw *itcw) argument
[all...]
H A DMakefile6 fcx.o itcw.o crw.o ccwreq.o
/drivers/s390/block/
H A Ddasd_eckd.c31 #include <asm/itcw.h>
2934 static int prepare_itcw(struct itcw *itcw, argument
3003 "prepare itcw, unknown opcode 0x%x", cmd);
3060 dcw = itcw_add_dcw(itcw, pfx_cmd, 0,
3086 struct itcw *itcw; local
3135 itcw = itcw_init(cqr->data, itcw_size, itcw_op, 0, ctidaw, 0);
3136 if (IS_ERR(itcw)) {
3140 cqr->cpaddr = itcw_get_tcw(itcw);
[all...]
H A Ddasd.c29 #include <asm/itcw.h>

Completed in 290 milliseconds