Home
last modified time | relevance | path

Searched refs:ccw0 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dvfio_ccw_cp.c169 struct ccw0 ccw0; in convert_ccw0_to_ccw1() local
174 ccw0 = *(struct ccw0 *)pccw1; in convert_ccw0_to_ccw1()
180 pccw1->cmd_code = ccw0.cmd_code; in convert_ccw0_to_ccw1()
181 pccw1->flags = ccw0.flags; in convert_ccw0_to_ccw1()
182 pccw1->count = ccw0.count; in convert_ccw0_to_ccw1()
184 pccw1->cda = ccw0.cda; in convert_ccw0_to_ccw1()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_cp.c215 struct ccw0 ccw0; in convert_ccw0_to_ccw1() local
220 ccw0 = *(struct ccw0 *)pccw1; in convert_ccw0_to_ccw1()
226 pccw1->cmd_code = ccw0.cmd_code; in convert_ccw0_to_ccw1()
227 pccw1->flags = ccw0.flags; in convert_ccw0_to_ccw1()
228 pccw1->count = ccw0.count; in convert_ccw0_to_ccw1()
230 pccw1->cda = ccw0.cda; in convert_ccw0_to_ccw1()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dipl_data.c16 struct ccw0 ccwpgm[2]; /* 0x0008 */
18 struct ccw0 ccwpgmcc[20]; /* 0x0050 */
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcio.h39 * struct ccw0 - channel command word
48 struct ccw0 { struct
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcio.h39 * struct ccw0 - channel command word
48 struct ccw0 { struct

Completed in 5 milliseconds