Home
last modified time | relevance | path

Searched refs:pccw1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c216 struct ccw1 *pccw1 = source; in convert_ccw0_to_ccw1() local
220 ccw0 = *(struct ccw0 *)pccw1; in convert_ccw0_to_ccw1()
221 if ((pccw1->cmd_code & 0x0f) == CCW_CMD_TIC) { in convert_ccw0_to_ccw1()
222 pccw1->cmd_code = CCW_CMD_TIC; in convert_ccw0_to_ccw1()
223 pccw1->flags = 0; in convert_ccw0_to_ccw1()
224 pccw1->count = 0; 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()
[all …]