Home
last modified time | relevance | path

Searched refs:RAW3215_MAX_BYTES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3215.c42 #define RAW3215_MAX_BYTES 3968 /* max. bytes to write with one ssch */ macro
207 if (len > RAW3215_MAX_BYTES) in raw3215_mk_write_req()
208 len = RAW3215_MAX_BYTES; in raw3215_mk_write_req()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3215.c43 #define RAW3215_MAX_BYTES 3968 /* max. bytes to write with one ssch */ macro
208 if (len > RAW3215_MAX_BYTES) in raw3215_mk_write_req()
209 len = RAW3215_MAX_BYTES; in raw3215_mk_write_req()

Completed in 4 milliseconds