Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dcon3215.c73 struct ccw1 ccws[RAW3215_NR_CCWS]; /* space for the channel program */ member
159 ccw = req->ccws; in raw3215_mk_read_req()
192 ccw = req->ccws; in raw3215_mk_write_req()
218 if (ccw > req->ccws) in raw3215_mk_write_req()
236 if (ccw > req->ccws) in raw3215_mk_write_req()
257 res = ccw_device_start(raw->cdev, req->ccws, in raw3215_start_io()
271 res = ccw_device_start(raw->cdev, req->ccws, in raw3215_start_io()
/linux-6.15/arch/s390/boot/
H A Dhead.S167 sgf %r0,8(%r3) # r0/8 = number of ccws executed
168 mghi %r0,10 # *10 = number of bytes in ccws
170 sgr %r0,%r3 # #ccws*80-residual=#bytes read
/linux-6.15/Documentation/arch/s390/
H A Ddriver-model.rst8 All devices which can be addressed by means of ccws are called 'CCW devices' -
9 even if they aren't actually driven by ccws.
H A Dvfio-ccw.rst242 The orb specified a chain longer than 255 ccws, or an internal error
/linux-6.15/drivers/s390/net/
H A Dqeth_core_main.c927 unsigned int ccws, long timeout) in qeth_alloc_cmd() argument
938 iob->data = kzalloc(ALIGN(length, 8) + ccws * sizeof(struct ccw1), in qeth_alloc_cmd()